https://github.com/Lagashettik/QuantityMeasurementApp这是应用程序的链接我试着下载它,然后用命令npm run android在vs代码中打开它
4szc88ey1#
1.你必须从你的github链接克隆项目,只需复制该链接As shown in image, copy from there1.然后运行命令***git clone {your clone link}在终端(你想把你的项目保存在那个目录中)1.然后在创建一个文件夹后,用VS代码打开它1.在项目目录终端中运行***npm install1.然后您可以使用***react-native run-android***运行1.您已完成
1条答案
按热度按时间4szc88ey1#
1.你必须从你的github链接克隆项目,只需复制该链接As shown in image, copy from there
1.然后运行命令***git clone {your clone link}在终端(你想把你的项目保存在那个目录中)
1.然后在创建一个文件夹后,用VS代码打开它
1.在项目目录终端中运行***npm install
1.然后您可以使用***react-native run-android***运行
1.您已完成