Android and IOS app
Certify if you have the minimum requirements to run:
$ node -v
> 8.11.3
$ npm -v
> 6.3.0
npm install -g react-native-clinpm install
react-native run-iosreact-native run-android
-
Failed to install the following Android SDK packages as some licences have not been accepted.
-
run
yes | sdkmanager --licenses
sdkmanager "system-images;android-23;google_apis;x86"avdmanager create avd -n androidzero-6 --abi google_apis/x86 --package "system-images;android-23;google_apis;x86"emulator @androidzero-6