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
- Host: GitHub
- URL: https://github.com/edgeapp/testrncrypto
- Owner: EdgeApp
- Created: 2017-07-15T06:05:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T04:10:33.000Z (over 8 years ago)
- Last Synced: 2025-07-30T18:39:28.966Z (11 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`