简体   繁体   中英

how to publish react native application without expo?

I am developing an application using react native and 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 !!

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.

This process will take some time after that you can download your .apk file from your expo account's builds section.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM