- [Node.js 18.15.0]
- [Watchman]
- [Xcode 12.4]
- [Cocoapods 1.11.3]
- [JDK > 11]
- [Android Studio and Android SDK]
Install the Application with yarn --legacy-peer-deps or npm i --legacy-peer-deps
- cd to the project(coingecko)
- Run Build for either OS
- for iOS
- run
npx pod-install - run
npx react-native run-ios
- run
- for Android
- Run Emulator
- run
npx react-native run-android
- for testing
- run
npm run test
- run
rm -rf $HOME/.gradle
rm -rf node_modules
rm -rf ios/Pods