React native: 0.60.3
Platform: IOS.
I cannot read env in Info.plist with __RN_CONFIG_.... anymore.
Could anyone help me set up this module in the right way on IOS.
@suupham2506 how did you fix it? the doc is not talking about the prefix _RN_CONFIG_ so I'm not sure you need it anymore. However, I still cannot use it in my info.plist, I'm trying to change the bundle id per env
I'm sure you guys have figured it out, but in case anyone else comes across this question, the answer is to use $(CONFIG_VARIABLE_NAME).
Most helpful comment
I'm sure you guys have figured it out, but in case anyone else comes across this question, the answer is to use
$(CONFIG_VARIABLE_NAME).