React Native报错undefined is not an object(evaluating ‘_reactnative.propTypes’)解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React Native报错undefined is not an object(evaluating ‘_reactnative.propTypes’)解决办法相关的知识,希望对你有一定的参考价值。

原程序是这样写的,然后一直出现错误,找不到PropTypes,

 

  1. import React,{Component } from ‘react‘;  
  2. import {  
  3.     View,  
  4.     Text,  
  5.     Image,  
  6.     TouchableWithoutFeedback,  
  7.     PropTypes,  
  8.     StyleSheet  
  9. } from ‘react-native‘;  


替换成下面的代码就可以成功解决错误。。

 

    1. import React,{Component,PropTypes} from ‘react‘;  
    2. import {  
    3.     View,  
    4.     Text,  
    5.     Image,  
    6.     TouchableWithoutFeedback,  
    7.     //PropTypes,  
    8.     StyleSheet  
    9. } from ‘react-native‘;  

以上是关于React Native报错undefined is not an object(evaluating ‘_reactnative.propTypes’)解决办法的主要内容,如果未能解决你的问题,请参考以下文章

undefined is not an object (evaluating 'RNFetchBlob.DocumentDir')

undefined 不是对象(评估“sound.loadAsync”)- React Native

无法读取undefined的属性'navigate' - React Native

.map() , Undefined 不是 React Native 中的函数

React native Undefined 不是对象(评估'_react3.default.PropType.shape')?

react-native-picke Cannot read property '_init' of undefined