gpt4 book ai didi

ios - 如何使用 react-native cli 构建 react-native 应用程序?

转载 作者:行者123 更新时间:2023-12-01 21:38:25 24 4
gpt4 key购买 nike

我希望将我的 react-native 应用程序提交到应用商店,但我不知道如何构建它。
我一直在关注 react-native 的官方文档 (http://reactnative.dev/docs/running-on-device#building-your-app-for-production) 关于如何构建我的生产应用程序,但遗憾的是,就我而言,它并没有提供足够的信息。
关于构建应用程序,该指南说:

You can now build your app for release by tapping ⌘B or selecting Product → Build from the menu bar. Once built for release, you'll be able to distribute the app to beta testers and submit the app to the App Store.


我可以做到这一点。但问题是,我需要使用 ENVFILE 环境变量来构建我的应用程序,该环境变量定义了从何处读取我的应用程序配置。
考虑到这一点,官方指南还指出:

You can also use the React Native CLI to perform this operation using the option --configuration with the value Release (e.g. npx react-native run-ios --configuration Release).


这几乎就是我想要的。但我不想运行我的应用程序。我只是想 build 它。那么有没有办法使用 react-native cli 工具构建我的应用程序?不运行它?或者我可以运行它并在它构建的过程中然后我可以在某个文件夹中找到最终构建?或者,如果这不起作用,那么我可以通过某种方式将 ENVFILE 环境变量配置为我的应用程序将获得的 xcode 吗?

最佳答案

react-native-config 库构建可以如下设置。
第 1 步:为项目创建一个方案,您也可以使用现有的方案
第 2 步:转到编辑方案并从左侧菜单中选择构建下的预操作
enter image description here
第三步:提供echo '.env.yourenvironment' > /tmp/envfile在要运行的脚本中
这将在后期构建中运行脚本并将值复制到库将使用的 tmpfile。
然后,您通常可以使用您创建的方案归档或构建项目。
您可以在 docs 中查看这些步骤图书馆也是。

关于ios - 如何使用 react-native cli 构建 react-native 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62624952/

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