Skip to content

Commit f2f23c5

Browse files
committed
Merge pull request #39 from numandev1/docs/update-4
docs: update
2 parents 0b95288 + 7d67a7c commit f2f23c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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">

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"!ios/build",
1919
"!**/__tests__",
2020
"!**/__fixtures__",
21-
"!**/__mocks__"
21+
"!**/__mocks__",
22+
"!**/.cxx"
2223
],
2324
"scripts": {
2425
"test": "jest",

0 commit comments

Comments
 (0)