-
Notifications
You must be signed in to change notification settings - Fork 138
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
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
4a675f2
to
a35875d
Compare
Merge activity
|
# Pull Request Checklist - [ ] Did you add new tests and confirm existing tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `site` folder, and guidelines for updating/adding docs can be found in the [contribution guide](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md)) - [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`) - [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:write`) - [ ] Did you follow the [contribution guidelines](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md)? <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `account-kit/react-native-signer` library, including the addition of new functionality, improvements in the iOS implementation, and updates to project dependencies and configurations. ### Detailed summary - Added `NativeTEKStamperImpl` class with `create` method. - Enhanced `NativeTEKStamper` implementation with new methods. - Updated `package.json` with new author and description. - Modified `Podspec` to point to the new repository. - Added new files to the iOS project structure. - Updated `Gemfile.lock` with new dependencies. - Adjusted `xcodeproj` settings and identifiers. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
a35875d
to
2e3892c
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 updating the
account-kit/react-native-signer
library, including new implementations in Swift and Objective-C, changes to project configurations, and updates to dependencies.Detailed summary
NativeTEKStamperImpl
class inNativeTEKStamperImpl.swift
.package.json
with new author and description.NativeTEKStamper
interface and implementation in Objective-C.ReactNativeSignerExample
.Podfile.lock
with new dependency versions.account-kit-react-native-signer.podspec
.Podfile
.ios
directory.Gemfile.lock
with new dependencies.