如何运行/安装React Native官方示例?

时间:2016-02-24 08:45:28

标签: android react-native

例如,我正在尝试运行UIExplorer示例。

  1. 我克隆了https://github.com/facebook/react-native/tree/master/存储库。
  2. react-native init ExplorerApp
  3. 复制UIExplorer文件夹中的所有内容并将其粘贴到ExplorerApp文件夹(android文件夹除外)
  4. 但是,当我运行ExplorerApp时,我仍然会收到“欢迎来到React Native”!

    也许我必须修改index.android.js所以它以某种方式指向粘贴的文件?怎么做?

1 个答案:

答案 0 :(得分:1)

要运行官方RN示例,请按these steps

  1. <input type="text" class="form-control" name="info" <?php echo "value=" . $row['info']; ?>>

  2. git clone https://github.com/facebook/react-native.git

  3. <强>的iOS

    1. 现在打开任何示例(每个Examples子目录中的.xcodeproj文件)并点击Xcode中的Run。
    2. <强>的Android

      1. 您需要安装Android NDK:请参阅先决条件here

      2. 启动电影示例:

      3.   

        cd react-native && npm install

             

        在单独的shell中启动打包程序(确保运行npm install):

             

        ./gradlew :Examples:Movies:android:app:installDebug

             

        在模拟器中打开电影应用