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

Faster, safer releases for React Native apps #5

Open
EladBezalel opened this issue Aug 12, 2019 · 1 comment
Open

Faster, safer releases for React Native apps #5

EladBezalel opened this issue Aug 12, 2019 · 1 comment
Labels

Comments

@EladBezalel
Copy link

Title

Faster, safer releases for React Native apps

Abstract

Releasing our mobile app or adding new features to it, was frustrating. Someone would make a change and the build would break, or worse – we'd get rejected from the app store. This meant we weren't independent, and we don't like being dependent on others, especially app stores ...
This resulted in a degraded quality of our app and sucked the fun out of developing it 😞
We tried Improving our CI / CD process, but that didn't solve the issue, and it would never solve the app store review part of the process.
So we knew we'd have to “science the 💩out of this problem”, so we developed a solution that we've been using in production for over a year, and now we open sourced it.
This solution allows teams to deliver their experiences while:
Not going through the app store review process ✔
Your code lives in a separate code base than the main app, which gives you full ownership of it (development, testing, CI / CD, etc.), while making sure it doesn't break the app for other teams ✔
If you ' re working on JS based native apps (React Native, NativeScript, Vue Native, Ionic, Electron, etc ..), we think this can help you, but mainly we'd love to hear your thoughts on this solution called Dynamico!

Your name (and pronouns)

Elad Aviv (he/him)
Elad Bezalel (he/him)

Contact Details

Elad Aviv (GH: @eladav, Twitter @BabaVsWorld)
Elad Aviv (GH: @EladBezalel, Twitter @elad_bezalel)

  • [Maybe] I need sponsorship
@lucasbento
Copy link
Member

lucasbento commented Aug 13, 2019

@EladBezalel: hello 👋 thanks for submitting your proposal.

Can you DM me at https://twitter.com/lbentosilva so we can discuss this further?

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

No branches or pull requests

2 participants