An open API service indexing awesome lists of open source software.

https://github.com/edgeapp/testrncrypto

Small test app for react-native-fast-crypto
https://github.com/edgeapp/testrncrypto

Last synced: 8 months ago
JSON representation

Small test app for react-native-fast-crypto

Awesome Lists containing this project

README

          

# TestRNCrypto
Small test app for react-native-fast-crypto

git clone git@github.com:Airbitz/TestRNCrypto.git
git clone git@github.com:Airbitz/react-native-fast-crypto.git
cd react-native-fast-crypto
npm install
cd TestRNCrypto
npm install

### Copy from the local `react-native-fast-crypto` to `TestRNCrypto/node_modules`

npm run updot

### Run the app

react-native run-ios

or

react-native run-android

Re-run `npm run updot` any time you want to copy changes from the local `react-native-fast-crypto` to `TestRNCrypto/node_modules`