mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-23 20:38:10 +00:00
Emphasize that variables are stored with your code (#157)
I was looking at using this for signingConfigs but found this line about not doing so. Thanks for putting that in there and saving me time. I wanted to emphasize it a little more to make it more obvious for others.
This commit is contained in:
parent
e4c4a07e66
commit
10ad0a59b7
@ -53,7 +53,7 @@ And use them to configure libraries in `AndroidManifest.xml` and others:
|
||||
android:value="@string/GOOGLE_MAPS_API_KEY" />
|
||||
```
|
||||
|
||||
Once again keep in mind variables stored in `.env` are published with your code, so do not put anything sensitive there like your app `signingConfigs`.
|
||||
**Variables stored in `.env` are published with your code, so DO NOT put anything sensitive there like your app `signingConfigs`.**
|
||||
|
||||
|
||||
### iOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user