feat: upgrade pubky native bindings to 0.10 - #39
Open
pwltr wants to merge 1 commit into
Open
Conversation
pwltr
force-pushed
the
feat/upgrade-pubky-core-ffi
branch
2 times, most recently
from
August 20, 2026 12:23
f05ab6b to
a296517
Compare
pwltr
force-pushed
the
feat/upgrade-pubky-core-ffi
branch
from
August 20, 2026 12:48
a296517 to
5dcde85
Compare
pwltr
marked this pull request as draft
August 20, 2026 12:55
pwltr
force-pushed
the
feat/upgrade-pubky-core-ffi
branch
from
August 20, 2026 13:04
5dcde85 to
b5aec05
Compare
pwltr
force-pushed
the
feat/upgrade-pubky-core-ffi
branch
from
August 20, 2026 13:24
b5aec05 to
59063e7
Compare
pwltr
force-pushed
the
feat/upgrade-pubky-core-ffi
branch
from
August 21, 2026 09:53
59063e7 to
2329d5d
Compare
pwltr
marked this pull request as ready for review
August 21, 2026 12:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pubky-core-ffimobile bindings/artifacts forpubky0.10.signUp,signIn,startAuthFlow, andawaitAuthApproval.*Grantand legacy*Cookiemethods so the React Native package mirrors the native binding surface.parseDeepLinkfor the new upstream deeplink parser, including Grant auth, direct signup, and Ring secret export links.sessionexport/docs and update examples for GrantclientIdandgrant_secret.0.87.0/ React19.2.3, including iOS pods and Android Gradle/AGP compatibility updates.parseDeepLinkbutton that logs representative deeplink parser output.0.14.0.Dependency
Depends on pubky/pubky-core-ffi#27
Verification
yarn typecheckyarn lintyarn bob buildcd example/android && ./gradlew app:installDebug -PreactNativeDevServerPort=8081 -PreactNativeArchitectures=arm64-v8acd example/ios && xcodebuild -workspace PubkyExample.xcworkspace -configuration Debug -scheme PubkyExample -destination 'id=15411FFC-13A5-418B-B02F-A92B133A9355' -quiet buildgit diff --check HEAD@synonymdev/[email protected]locally and verified the package includes the updated Android.soand iOS.abinariessign_up_grant,sign_in_grant,start_grant_auth_flow, andgrant_secretpubky-ringand ran:yarn typecheckyarn test --runInBandcd ios && xcodebuild -workspace pubkyring.xcworkspace -scheme pubkyring -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17' buildcd android && ./gradlew compileDebugKotlinNotes
NSLocationWhenInUseUsageDescriptionwarning.