-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research how to ship React Native App to Android and iOS devices #2732
Comments
Once you have Expo installed, you can use When we are ready to ship this to the Apple App Store or Google Play Store is when things get a little more time consuming. Getting the Google Play Store app account isn't that difficult, the Apple developer account might be a little more time consuming and we will probably need @humphd to help us fill in information. We also need money to open these accounts from what I remember Apple Developer account costs $100.00/yearly and Google Play Store developer fee is $25 forever. |
OK, great, so we can use the Expo App to begin with, and document the process for our users to get the app on their devices. In later releases we can explore a proper install via the app store, once the app is worthy of publishing :) |
Done some research about shipping our app, Due to some Apple restrictions, we cannot open the expo link directly, we have to use Apple TestFlight. To deploy: Automated through CI: Manual deploy: npx expo login -u <EXPO USERNAME> -p <EXPO PASSWORD>
npx expo publish --non-interactive |
@Kevan-Y Thank you! I think we said we will ship to android as it's less complicated first. We can look into Apple later correct? |
Shipping to Android now, and iOS later is a fine choice, and a great example of my challenge for this week: more, smaller PRs. If you can solve this in 2 PRs, and get half of it landed in 2.7, or all of it solved in 1 PR and none of it landed in 2.7, which do think is better for us? |
I saw Diana put up a PR for the UI library, I think we can work on trying to put this up for 2.7 now. We will have 1 full day and that should be enough! :) |
What would you like to be added:
We want research on how we can get this on a mobile phone, both ios and android, and then we want to be able to have this shipped so by the end of 2.6 we can view the basic app on a phone.
Why would you like this to be added:
The text was updated successfully, but these errors were encountered: