Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Strange react-native warnings/errors

$
0
0

While working on an existing app, I have encountered a number of warning/errors:

1:

warning #1

2:

warning #2

3:

error #1

4:

error #2

5:

error #3

The yellow warnings seems to go away after dismissing them, however, I have to reload the app to get rid of the errors.

Here is the list of my dependencies:

"dependencies": {
  "@react-native-community/async-storage": "1.5.0",
  "@react-native-community/netinfo": "3.2.1",
  "axios": "0.18.0",
  "clock-format-utility": "0.0.5",
  "jsc-android": "241213.2.0",
  "lodash": "4.17.5",
  "moment": "2.22.2",
  "moment-timezone": "0.5.14",
  "prop-types": "15.6.1",
  "react": "16.8.6",
  "react-native": "0.59.8",
  "react-native-actionsheet": "2.2.2",
  "react-native-alphabetlistview": "0.3.0",
  "react-native-calendar-strip": "1.3.8",
  "react-native-calendars": "1.212.0",
  "react-native-camera": "2.9.0",
  "react-native-communications": "2.2.1",
  "react-native-datepicker": "1.72",
  "react-native-deprecated-custom-components": "0.1.2",
  "react-native-device-info": "2.1.2",
  "react-native-document-picker": "2.3.0",
  "react-native-drawer-layout": "2.0.0",
  "react-native-flurry-sdk": "3.2.0",
  "react-native-geolocation-service": "2.0.0",
  "react-native-global-props": "1.1.5",
  "react-native-image-crop-picker": "0.26.1",
  "react-native-image-manipulator": "0.1.0",
  "react-native-maps": "0.24.2",
  "react-native-masked-text": "1.6.5",
  "react-native-modal-dropdown": "0.6.1",
  "react-native-navbar": "2.1.0",
  "react-native-permissions": "1.1.1",
  "react-native-pinch": "0.1.0",
  "react-native-progress": "3.4.0",
  "react-native-push-notification": "3.1.9",
  "react-native-root-toast": "3.0.2",
  "react-native-segmented-control-tab": "3.2.2",
  "react-native-signature-pad": "0.1.0",
  "react-native-splash-screen": "3.2.0",
  "react-native-statusbar-alert": "0.4.0",
  "react-native-swipe-list-view": "1.5.8",
  "react-native-svg": "9.5.1",
  "react-native-touch-id": "4.4.1",
  "react-native-vector-icons": "6.6.0",
  "react-native-webview": "5.12.0",
  "react-native-wheel-picker-android": "2.0.5",
  "react-redux": "6.0.1",
  "redux": "3.7.2",
  "redux-logger": "3.0.6",
  "redux-thunk": "2.2.0",
  "rn-fetch-blob": "0.10.15",
  "uuid": "3.3.2"
}

"devDependencies": {
  "@babel/core": "7.4.5",
  "@babel/runtime": "7.4.5",
  "babel-eslint": "10.0.1",
  "babel-jest": "24.8.0",
  "babel-plugin-root-import": "6.2.0",
  "eslint": "5.16.0",
  "eslint-plugin-babel": "5.3.0",
  "eslint-plugin-react": "7.12.4",
  "eslint-plugin-react-native": "3.6.0",
  "jest": "24.8.0",
  "metro-react-native-babel-preset": "0.54.1",
  "react-test-renderer": "16.8.3"
}

Does anyone have any tips on how to get rid of warnings/errors above completely?


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>