React Native Version Versions Save

:1234: Version your React Native or Expo app in a `npm version` fashion.

v4.0.0

4 years ago

Breaking changes

  • RNV now requires Node.js 10+

v3.0.0

5 years ago

Breaking changes

  • RNV now requires Node.js 8+

v2.4.0

6 years ago

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

7 years ago

Breaking changes

iOS

  • RNV now depends on the Xcode CLI tools
  • 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