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
From my experience with current version (1.3.3) of package, you should follow readme steps, and instead of using $(RNC_XXXXX) use $(***) - the one which works.
It's a bit of a mess isn't it? I was the one that created #413 and I'm still using __RN_*** and version 0.11.7 of this package because every time I've tried to update it I've become unstuck. Looking for an alternative solution now.
It seems like there are a few different recommendations floating around for defining config values in Info.plist.
There's the outdated
__RN_***
format, and the since-updated$(***)
format (is this outdated now too?):#413 (comment)
And finally there's the most recent
RNC_***
format:#437 (comment)
Furthermore, there's a potential issue with Info.plist config values when initially building for iOS:
#449
What is the recommended Info.plist usage and setup for react-native-config? Could there at least be an addendum to the troubleshooting section?
The text was updated successfully, but these errors were encountered: