gpt4 book ai didi

reactjs - 从 GitHub 克隆并运行 React Native 项目

转载 作者:行者123 更新时间:2023-12-03 13:11:50 25 4
gpt4 key购买 nike

我正在尝试在手机中构建并运行 react native 应用程序。我尝试过 Getting Started并且运行良好。我执行以下操作来运行

  1. cd AwesomeProject
  2. react-native 启动
  3. 在终端中打开新选项卡
  4. curl "http://localhost:8081/index.android.bundle?platform=android"-o "android/app/src/main/assets/index.android.bundle"

  5. react-native run-android

它在我的 Android 手机上运行。

现在我正在尝试运行 project from GitHub ,我做了以下事情

  1. git 克隆 https://github.com/h87kg/NavigatorDemo.git
  2. cd NavigatorDemo
  3. react-native 启动

我得到无法识别命令“start”。您的意思是在react-native项目中运行它吗?错误。我应该做什么来运行这个项目?任何帮助表示赞赏。提前致谢。

更新

安装依赖项npm install后,我可以运行服务器。现在,当我尝试运行 react-native run-android 时,出现以下错误

JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Could not install the app on the device, see the error above.

最佳答案

您是否安装了节点模块?尝试npm install

  1. git 克隆 https://github.com/h87kg/NavigatorDemo.git
  2. cd NavigatorDemo
  3. npm 安装
  4. react-native 启动

关于reactjs - 从 GitHub 克隆并运行 React Native 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39589301/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com