How to gracefully use Environment Variables in a React Native app

added by JavaScript Kicks
7/10/2019 7:04:15 AM

485 Views

API Keys and secrets always contain some amount of sensitive data or a token that needs to be saved gracefully. Managing different keys for different environments, such as development or production, is a common practice among JavaScript developers. Hence, the mechanism of .env file exists.


0 comments