This document describes the release strategy for the vnext
effort for React Native for Windows.
The vnext
versioning will generally follow the same strategy as outlined in current Releases.
Specifically,
- We release in lock-step with facebook/react-native. I.e., for every release of
react-native
, we create a release ofreact-native-windows
with a matching major version. - We will use a pre-release flag:
-vnext
- to differentiate this C++ implementation followed by the current vnext version number.
For example:
...
[email protected].* -> [email protected].*
[email protected].* -> [email protected].*
...