Skip to content

Commit 7d67a7c

Browse files
committed
docs: update
1 parent 0b95288 commit 7d67a7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212

1313
</div>
1414

15-
**REACT-NATIVE-KEYS** is a react-native package, which helps us to protect our `ENVs`
15+
**REACT-NATIVE-KEYS** is a react-native package, which helps us to protect our `ENVs` and manage different environments like `dev`, `staging`, `production`
1616

1717
### Why should we use react-native-keys over react-native-config?
1818

1919
We should use **react-native-keys** instead of **react-native-config** because **react-native-keys** gives guarantee of undecryptable **envs** whereas **react-native-config** **envs** can be decompile and hack
20+
21+
**Note:** We highly recommend utilizing `third-party client-side API KEYS`, such as `Google Map` or `Branch.io`, in the secure section of this package.
2022
#### See the [ Migration from react-native-config](docs/react-native-config-migration-guide.md)
2123

2224
<div align="center">

0 commit comments

Comments
 (0)