网址
RN第三方库查询网址
环境搭建
1.安装工具
Node
python2
jdk
react native命令行工具,yarn(Yarn是 Facebook 提供的替代 npm 的工具)
#设置镜像源
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
#下载react-native工具及yarn
npm install -g yarn react-native-cli
#设置yarn镜像源
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
2.创建新项目
初始化项目
react-native init projectName
运行项目
react-native run-android
开始
生命周期
getDefaultProps
getInitialState
componentWillMount
render
componentDidMount
componentWillReceiveProps
shouldComponetUpdate
componentWillUpdate
render
componentDidUpdate
componentWillUnmount
WebStorm的React native配置
1.setting-Languages&Frameworks-JavaScript配置如图
2.安装react, react-native,react-DefinitelyTyped, react-native-DefinitelyTyped插件
3.配置npm