react-native-version
react-native-version copied to clipboard
CFBundleVersion increment restart from the beginning if managed by env variable
The build number for iOS restarts from the beginning when the bundle version in Info.plist is managed by enviromental variable
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
This issue is not yet solved in 4.0.0, correct?