## React Native 0.63.4 ## iOS && Android Platform
npm install poket-app-test1) git clone
2) yarn (npm install)
Android:
cd (ProjectDir) & npm run build-android
or
Android Studio
iOS:
XCode
iOS Ver 8.0+
To jetify / convert node_modules dependencies to AndroidX
One of your library dependencies converts to AndroidX, and you need to use the new version. So now you need to convert your app to AndroidX, but many of your react-native libraries ship native Java code and have not updated.
- npm install --save-dev jetifier
- npx jetify
- npx react-native run-android (your app should correctly compile and work)
- Call npx jetify run in the postinstall target of your package.json (Any time your dependencies update you have to jetify again)