声明周期
componentWillMount() 组件准备加载

componentDidMount() //组件第一次渲染完毕

componentWillReceiveProps(nextProps) //组件接受到新的props
render() //渲染组件

1:配置环境安装官网搭建 2:创建项目 react-native init AwesomeProject 3:启动项目开启两个命令窗口 react-native start react-native run-android(使用手机是,需要连接到电脑上)
4:使用夜神模拟器
下载安装夜神模拟器
①:安装路径下运行命令行cmd
②:运行 adb connect 127.0.0.1:62001
出现 connected to 127.0.0.1:62001 时表示连接成功。
③修改端口 右侧三 点击dev setting
键入自己ip地址以及项目启动地址