摘要: 原程序是这样写的,然后一直出现错误,找不到PropTypes, import React,{Component } from 'react'; import { View, Text, Image, TouchableWithoutFeedback, PropTypes, StyleSheet }  阅读全文
posted @ 2018-04-16 22:58 梅子~ 阅读(1067) 评论(0) 推荐(0)
摘要: 这个是因为react最新版本抛弃使用了createClass这个函数,这个也是为了配合ES6 。这种情况下会报错 ......... ........ ........ 应修改为下面的写法: 阅读全文
posted @ 2018-04-16 22:55 梅子~ 阅读(790) 评论(0) 推荐(0)