反应异常的本机警告/错误

时间:2019-10-27 20:13:54

标签: javascript android ios reactjs react-native

在使用现有应用程序时,我遇到了许多警告/错误:

1:

warning #1

2:

warning #2

3:

error #1

4:

error #2

5:

error #3

黄色警告在消除后似乎消失了,但是,我必须重新加载应用程序才能消除错误。

这是我的依赖项列表:

"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"
}

有人对完全摆脱上面的警告/错误有任何提示吗?

0 个答案:

没有答案