Tech
React Native Environment Setup: Managing Dev, Prod, and Staging Builds with Android Flavors and iOS Schemes
If you've worked on a React Native app that has both development and production environments , you probably know how quickly environment management becomes annoying.
At the beginning, it usually looks simple:
Development β API A
Production β API B
Then the app grows.
Suddenly, you have different:
API endpoints
Firebase projects
Branch environments
Payment environments
Analytics configuration
Push notification configuration
Android package names
iOS bu...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to