react-native

聲明週期
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地址以及項目啓動地址
相關文章
相關標籤/搜索