-
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
There is no doc about how to use env variables in Info.plist or {Project}.entitlements #387
Comments
found solution in #365 |
@mav10 but how are you using this solution to use env in |
how can i get __RN_CONFIG_BundleVersion in Info.plist? |
@sergiulucaci @mav10 any update about this? how are you using this solution to use env in {Project.entitlements}? |
still no update/solution for this? edit: if you just use have it set to select one of these and add a new domain. it will say you will then have a i suspect this will work fine. |
For
|
Guys, thanks for your package, everything is cool, but I didn't get anything according to the configuration of iOS project.
First thing - why in readme or whatever else there are no mentions about prefix which we should use in iOS proj? I mean
__RN_CONFIG_
. I found it by chance somewhere in issues.Second things is that - i'm sorry but for me it's not clear how to configure xCode for getting env-variables in Info.plist. Yes you've got "extra step" how to do it, but i didn't get the main thing - it's a snippet in the last step. What should i do with that?
"${SRCROOT}/../node_modules/react-native-config/ios/ReactNativeConfig/BuildXCConfig.rb" "${SRCROOT}/.." "${SRCROOT}/tmp.xcconfig"
Could you provide an example, please?
And I'll ask one more time - but is it possible somehow to use a variable in the
{Project}.entitlements
for associated domains as in Info.plist.The text was updated successfully, but these errors were encountered: