You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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)
The text was updated successfully, but these errors were encountered: