React removed PropTypes from core library as of React v15.5
import PropTypes from 'prop-types';
import PropTypes from 'prop-types';
2018-01-12
http://facebook.github.io/react-native/docs/getting-started.html 看这个文档吧!用google浏览器翻译过来,讲得非常详细而完美!注意安装的nodejs版本要至少>=6,npm版本要小于<5 测试了几个版本最后我装的是node-v6.11.5-x64.msi 正常运行
2018-01-07