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 Info.plist, we are using some variables such as <string>$(CURRENT_PROJECT_VERSION)</string> for build number. Now react-native-version will change the variable to hard-coded number. Maybe it's better to detect it and does not change it.
The text was updated successfully, but these errors were encountered:
In
Info.plist
, we are using some variables such as<string>$(CURRENT_PROJECT_VERSION)</string>
for build number. Nowreact-native-version
will change the variable to hard-coded number. Maybe it's better to detect it and does not change it.The text was updated successfully, but these errors were encountered: