Pre-built native signer binary for the Para React Native SDK. Distributed via JitPack.
This package is consumed automatically by @getpara/react-native-wallet. No manual installation is needed.
The dependency is declared in the SDK's build.gradle:
implementation 'com.github.getpara:react-native-signer:1.0.0@aar'The signer.aar is compiled from the Go SDK signer package using gomobile. To rebuild, run the compile-signer script in the React Native SDK:
cd web-sdk/packages/react-native-sdk
yarn compile-signerThis compiles both iOS (signer.xcframework) and Android (signer.aar) binaries, and copies the aar into this repo if it is cloned alongside web-sdk.
- Commit the updated
signer.aar - Create a new GitHub release with an incremented tag (e.g.,
1.1.0) - Update the version in
web-sdk/packages/react-native-sdk/android/build.gradle