-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNConfig Empty Android #792
Comments
Facing the same issue as well |
The same issue, iOS loads all correctly but Android consfig is empty. Adding proguard rules didn't helped. Fix: android/settings.gradle
android/app/build.gradle
I was inspired by this #803 |
If you have different flavors, don't miss this step. |
import RNConfig from 'react-native-config'
console.log("RNConfig", RNConfig);
IOS can export data, but Android cannot. I tried downgrading the version but to no avail.
"react-native": "0.73.2",
"react-native-config": "^1.5.1",
The text was updated successfully, but these errors were encountered: