Important! to set checkbox
Allow parallel run
.
# cd react-native-keychain
./gradlew :android
# cd react-native-keychain
./gradlew test
# cd react-native-keychain/KeychainExample
react-native start --reset-cache
# set working dir to: 'react-native-keychain/KeychainExample'
/usr/bin/env node node_modules/.bin/react-native start --reset-cache
Important! to set checkbox
Allow parallel run
.
# brew install watch
/usr/local/bin/watch -n 5 "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:8097 tcp:8097 && adb reverse --list"
Important! to set checkbox
Allow parallel run
.
Needed for automatic re-publishing of changes source code for sample:
The same results can be achieved by executing this command:
# cd react-native-keychain/KeychainExample
yarn --force
# cd react-native-keychain
./gradlew updateLibrarySourcesInExample