react-native-version
react-native-version copied to clipboard
truncate versions with humen names when setting the ios version string
I like giving versions a humen readable/memorable name like '1.0.1-pizza-train' iOS does not like anything except numbers and 3 periods.
Can you make this package truncate the version name after and including the dash before setting it inside the ios specific file? so that the version name is preserved for android (and web) but is corrected for iOS?
Related to #41
We might be able to include your "pizza train" into the CFBundleVersion, which accepts more than CFBundleShortVersionString.
That would be a nice to have, for sure.
Any progress?