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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Hi! I'd like to discuss this: the guide on multi deployment testing uses 2 build configs for android (release and debug) while it uses 3 for iOS (debug, stage, production).
I believe it would be beneficial to add 3rd build config for Android as the recommended approach.
debug - development; code push is not being used here because it makes no sense
stage - stable version for testing. Changes are pushed here from the debug version
production - what customers run. Changes propagated form staging.