|
My question is more related to android I guess... |
Answered by
nik27
Aug 28, 2024
Replies: 1 comment 1 reply
|
Yes. You should store API keys and other sensitive info on your backend and fetch it after user is authenticated. In the readme of react-native-config it's explicitly mentioned:
This is also mentioned in React Native docs. |
1 reply
Answer selected by
renatop7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. You should store API keys and other sensitive info on your backend and fetch it after user is authenticated.
In the readme of react-native-config it's explicitly mentioned:
This is also mentioned in React Native docs.
This article might also be helpful.