-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rn): add iOS support #1210
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b8e5106
to
cd86ad5
Compare
cd86ad5
to
1e378ab
Compare
1e378ab
to
4844dd7
Compare
4844dd7
to
26f2f98
Compare
26f2f98
to
4a675f2
Compare
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR focuses on significant updates to the
account-kit/react-native-signer
library, including the addition of new Swift and Objective-C implementations, modifications to the podspec, and updates to project configurations.Detailed summary
NativeTEKStamperImpl
class inNativeTEKStamperImpl.swift
with a method to create a public key.NativeTEKStamper
inNativeTEKStamper.mm
with new methods for initialization and credential injection.package.json
to change the author and description.account-kit-react-native-signer.podspec
to source from a new Git repository.ReactNativeSignerExample.xcworkspace
.Podfile.lock
to reflect new dependencies and versions.ReactNativeSigner.h
andReactNativeSigner.mm
.project.pbxproj
to include new resources and updated identifiers.