I have a RN project with me. Somehow I have made the project build and install on Android and it works on Android. Coming to iOS its keeps on throwing errors one after another.
dependencies in package.json:
"dependencies": {"@react-native-community/netinfo": "^4.3.0","@react-native-community/toolbar-android": "0.1.0-rc.2","buffer": "5.0.6","moment": "^2.24.0","native-base": "^2.13.8","react": "16.6.3","react-native": "0.61.5","react-native-animatable": "^1.3.3","react-native-app-settings": "^2.0.1","react-native-camera": "^3.19.0","react-native-chart-kit": "^2.2.1","react-native-check-box": "^2.1.7","react-native-collapsible": "^1.4.0","react-native-country-code-telephone-input": "0.0.9","react-native-device-info": "^0.26.4","react-native-document-picker": "^3.5.4","react-native-firebase": "^5.5.4","react-native-image-picker": "^2.3.3","react-native-keyboard-aware-scroll-view": "^0.9.2","react-native-keyboard-aware-scrollview": "^2.1.0","react-native-localize": "^1.3.3","react-native-marquee": "^0.3.2","react-native-material-dropdown": "^0.11.1","react-native-modal": "^11.5.4","react-native-permissions": "^2.1.1","react-native-qrcode-image": "^0.2.8","react-native-qrcode-scanner": "^1.3.2","react-native-qrcode-svg": "^6.0.6","react-native-root-siblings": "^3.1.7","react-native-share": "^3.7.0","react-native-shared-preferences": "^1.0.0","react-native-sim-data": "^3.0.0","react-native-splash-screen": "^3.2.0","react-native-status-bar-height": "^2.2.0","react-native-svg": "^12.1.0","react-native-svg-transformer": "^0.14.3","react-native-swipe-gestures": "^1.0.4","react-native-switch": "^1.5.0","react-native-triangle": "0.0.9","react-native-vector-icons": "^6.6.0","react-native-view-shot": "^3.1.2","react-native-webview": "^8.1.2","react-navigation": "^2.18.2","react-redux": "^5.1.1","redux": "^4.0.1","redux-logger": "^3.0.6","redux-thunk": "^2.3.0","socket.io": "^2.2.0","socket.io-client": "^2.2.0" }
even if I resolve this something else popup. I don't have a clue what's happening.
Can someone point me whats wrong here ?
Any help is appreciated.
Thanks in advance.