简体   繁体   English

如何在没有博览会的情况下发布 React Native 应用程序?

[英]how to publish react native application without expo?

I am developing an application using react native and PHP.我正在使用 React Native 和 PHP 开发应用程序。 And to see the modifications, I used expo (so each time I have to connect my phone with a USB cable) Now, I'm looking for a solution to install the application on my phone (without using cable ) and share it with my colleagues !!为了查看修改,我使用了 expo(所以每次我都必须用 USB 电缆连接我的手机)现在,我正在寻找一种解决方案来在我的手机上安装该应用程序(不使用电缆)并与我的朋友分享同事 !!

Your suggestions please请您的建议

Just run赶紧跑

expo-cli build: android

command and expo will build your app to your expo account for that you have to your expo account and the further process will handle by the expo. command 和 expo 会将您的应用程序构建到您的 expo 帐户,因为您必须使用 expo 帐户,并且进一步的过程将由 expo 处理。

This process will take some time after that you can download your .apk file from your expo account's builds section.此过程将需要一些时间,之后您可以从您的博览会帐户的构建部分下载您的 .apk 文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用“expo publish”并将更新推送给我的用户的情况下创建我的裸 React Native 应用程序的发布版本? - How can I create a release build of my bare React Native app without using “expo publish” and pushing updates to my users? 没有 Expo 的 React Native AppLoading - React Native AppLoading without Expo 如何在 React Native Expo 应用程序中实现视频和/或音频调用 - How to implement Video and/or Audio calling in React Native Expo application 如何使用 React Native Expo 导航? - How to navigate with react native expo? 没有AR模块的expo three.js中的.obj文件如何使用? [React Native Expo] - How to use .obj files in expo three.js without AR module? [React Native Expo] 无法在 Expo React 本机应用程序中清除间隔 - Unable to clear interval in Expo React native application 在没有 Yarn 的 Monorepo 中使用 Expo React Native - Using Expo React Native in Monorepo without Yarn 在没有 expo 的情况下反应本机字体加载 - React native FONT loading without expo 在反应应用程序(博览会)和反应原生应用程序之间共享代码 - Share code between react application(expo) and react native application 如何在反应原生 expo 上设置徽章计数 - how to set badge count on react native expo
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM