Releases: stovmascript/react-native-version
Releases · stovmascript/react-native-version
v4.0.0
v3.0.0
Breaking changes
- RNV now requires Node.js 8+
v2.4.0
RNV no longer depends on the Xcode CLI tools and therefore no longer depends on macOS. If you're on a Mac and still want to version using agvtool
, add the --legacy
option to your command.
v2.0.0
Breaking changes
iOS
- RNV now depends on the Xcode CLI tools
- You can check whether they're already installed with
xcode-select -p
, which should return a path. Otherwise install withxcode-select --install
. - You will also need to set the
CURRENT_PROJECT_VERSION
variable in your Xcode project, if you aren't using it already
- You can check whether they're already installed with
- Versioning will now also bump the build number by default to be consistent with Android
- You can still retain the old behaviour with a new option (see below)
Features
- Added
--reset-build
option - Added programmatic interface