-
Notifications
You must be signed in to change notification settings - Fork 19
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
iOS support #8
Comments
You could very easily replicate your current process in a react native app using Expo. You would have iOS and Android support from a single codebase, a simple APK/IPA build and deployment process, automatic OTA update support, and a whole host more, all straight out of the box. |
I’ll look into it. It’s apparently somewhat easy to implement go natively, which is most of the reason I rewrote it that way |
fwiw, we will most likely need a "frontend" of sorts for the mobile application due to Go being only the "backend" library (very loosely using these terms, don't take them literally). The primary candidates for this frontend are React Native and Flutter, but we'll certainly look into Expo. |
Expo is react native - I would highly recommend it. The breadth of tooling you’re provided with makes the entire app dev process far less painful. Especially when it comes to building and submitting your apps to the app stores. I maintain a white label app project that as of right now has 10 different apps that are built from it. I put together a simple bash script |
Gotta wrap this into an iOS app if possible
The text was updated successfully, but these errors were encountered: