手机红屏报这个错时的解决办法:
npm uninstall --save react-native-deprecated-custom-components
npm install --save https://github.com/facebookarchive/react-native-custom-components.git
相关文章
- 10-25使用react-navigation时报错:undefined is not an object (evaluating rngesturehandlermodule.direction)
- 10-25Implicit super constructor Object() is undefined for default constructor. Must define an explicit co
- 10-25Uncaught TypeError: Cannot convert undefined or null to object
- 10-25TS2722: Cannot invoke an object which is possibly ‘undefined‘.
- 10-25(已解决)vue3使用axios报Uncaught TypeError: Cannot convert undefined or null to object axios.js:1308错误
- 10-25depot实例源码出现undefined method `require_gem' for main:Object
- 10-25selenium调用Firefox和Chrome需要注意的一些问题,和出现的报错selenium:expected [object undefined] undefined to be a string
- 10-25vue中按需引入mint-UI报Error: .plugins[3][1] must be an object, false, or undefined
- 10-25undefined is not an object (evaluating '_react2.PropTypes.string')
- 10-25ReactNative踩坑日志——页面跳转之——Undefined is not an Object(evaluating this2.props.navigation.navigate)