Skip to content
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

Open
matt1484 opened this issue Sep 11, 2019 · 4 comments
Open

iOS support #8

matt1484 opened this issue Sep 11, 2019 · 4 comments

Comments

@matt1484
Copy link
Owner

Gotta wrap this into an iOS app if possible

@squatto
Copy link
Contributor

squatto commented Sep 12, 2019

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.

@matt1484
Copy link
Owner Author

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

@BradLugo
Copy link
Collaborator

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.

@squatto
Copy link
Contributor

squatto commented Sep 12, 2019

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 build-all-apps.sh that builds and submits all 10 to the iOS and Android app stores. It’s hard to beat!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants