1.React Native项目官方地址:https://github.com/facebook/react-native
git clone https://github.com/facebook/react-native.git
2.添加Node依赖模块:该命令行需要切到react-native项目中,主要运行如下命令
以及
npm install
1.React Native项目官方地址:https://github.com/facebook/react-native
git clone https://github.com/facebook/react-native.git
2.添加Node依赖模块:该命令行需要切到react-native项目中,主要运行如下命令
以及
3.以上的步骤大家如果已经全部走完了之后,下面运行如下命令进行编译安装即可:
./gradlew :Examples:UIExplorer:android:app:installDebug
4.接着运行如下命令带起服务器,然后点击打开模拟器中的APP