如何在我的 Windows 上从克隆的 repo 运行 React-Native-Navigation v2 Playground?
Posted
技术标签:
【中文标题】如何在我的 Windows 上从克隆的 repo 运行 React-Native-Navigation v2 Playground?【英文标题】:How do I run React-Native-Navigation v2 Playground from the cloned repo on my Windows? 【发布时间】:2019-01-31 17:53:38 【问题描述】:我已经克隆了 Wix RNN2 repo [Branch v2],但我不确定如何在我的模拟器上运行 playground。
如果我只运行 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】:按照以下步骤操作:
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
【讨论】:
请问android怎么样? windows 上没有 xcode :)以上是关于如何在我的 Windows 上从克隆的 repo 运行 React-Native-Navigation v2 Playground?的主要内容,如果未能解决你的问题,请参考以下文章
我可以在我的物理 iPhone 设备上从 VSCode (Windows) 测试我的 Flutter 应用程序吗?
sh 克隆到新的仓库并快速切换到它。有助于避免在我的主目录中随意收集无组织的github repos。