You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a React Native app (v0.79.5) using New Architecture and Expo SDK 53, react-native-config (v1.5.5) returns an empty config ({}) on both Android and iOS.
On Android, this seems to be caused by BuildConfig not being found correctly. Error logged in console ReactConfig: Could not find BuildConfig class
Disabling new architecture also does not resolve the issue
Versions:
React Native: 0.79.5
Expo SDK: 53
react-native-config: 1.5.5
Platforms: Android & iOS
damathryx, leandrojo, hamptonsmith, hssrrw, makarkotlov and 2 more