First run
$ yarn
in this folder
To run the app on iOS starting from the KeychainExample folder execute the following commands:
# verify updates: pod install --clean-install --repo-update --deployment
# forced updates: pod install --clean-install --repo-update
#
# Or regular usage:
pod install --project-directory=ios
yarn ios
To run the app on macOS starting from the KeychainExample folder execute the following commands:
yarn add react-native-macos
# verify updates: pod install --clean-install --repo-update --deployment
# forced updates: pod install --clean-install --repo-update
#
# Or regular usage:
pod install --project-directory=macos
react-native run-macos
just run
yarn android