1.1.0 • Published 5 years ago

recrypt-react-native v1.1.0

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

recrypt-react-native

Linking

yarn add recrypt-react-native

iOS

  1. cd ios && pod install && cd ..
  2. react-native run-ios

Android

  1. 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