recrypt-react-native
v1.1.0
Published
/
Downloads
1
Readme
recrypt-react-native
Linking
yarn add recrypt-react-native
iOS
cd ios && pod install && cd ..
react-native run-ios
Android
react-native run-android
Building
Required:
- rustup
$NDK_HOME
e.g./Users/j-justin/Library/Android/sdk/ndk-bundle
$ANDROID_HOME
e.g./Users/j-justin/Library/Android/sdk
ios
cd recrypt-rust
make ios
android
./create-ndk-standalone.sh
cd recrypt-rust
make android