如何从Windows上的克隆存储库中运行React-Native-Navigation v2 Playground?

时间:2018-08-25 14:24:21

标签: android-studio react-native adb react-native-navigation wix-react-native-navigation

我已经克隆了Wix RNN2存储库[Branch v2],但不确定如何在模拟器上运行 游乐场

如果我只运行npm run start,则会收到此错误:

> rm -rf ./lib/dist && tsc
'rm' is not recognized as an internal or external command,
operable program or batch file. 

Windows无法识别该命令,因为它是Linux。

我尝试从Android Studio运行该应用程序,并且在模拟器上显示:

无法从资产'index.android.bundle 中加载脚本-这是因为我没有Metro Bundler为我制作捆绑包。

无论如何,Wix RNN2运行此示例的正确方法是什么?

我有VSCode,Expo,Android Studio,并且我的android版本没有针对Android项目的错误。

1 个答案:

答案 0 :(得分:1)

请按照以下步骤操作:

1)git clone https://github.com/wix/react-native-navigation.git

2)cd react-native-navigation

3)npm install

4)npm start

5)open xcode