例如,我正在尝试运行UIExplorer示例。
https://github.com/facebook/react-native/tree/master/
存储库。react-native init ExplorerApp
UIExplorer
文件夹中的所有内容并将其粘贴到ExplorerApp
文件夹(android
文件夹除外)但是,当我运行ExplorerApp
时,我仍然会收到“欢迎来到React Native”!
也许我必须修改index.android.js
所以它以某种方式指向粘贴的文件?怎么做?
答案 0 :(得分:1)
要运行官方RN示例,请按these steps
<input type="text" class="form-control" name="info" <?php echo "value=" . $row['info']; ?>>
git clone https://github.com/facebook/react-native.git
<强>的iOS 强>
<强>的Android 强>
您需要安装Android NDK:请参阅先决条件here
启动电影示例:
cd react-native && npm install
在单独的shell中启动打包程序(确保运行npm install):
./gradlew :Examples:Movies:android:app:installDebug
在模拟器中打开电影应用