Skip to content

Commit 682ae2d

Browse files
Add version info (#139)
1 parent 88d6011 commit 682ae2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Refer to the [usage docs](docs/USAGE.md) for instructions on how to use React Na
1212

1313
See the [sample app](/samples/RNWinRTTestApp/) for an example of using React Native WinRT to consume WinRT APIs.
1414

15+
## Versioning
16+
17+
The versioning scheme for React Native WinRT aligns with versions of React Native for Windows. A new major version of React Native for Windows is not guaranteed to be supported by a mismatched version of React Native WinRT. For example, a React Native for Windows 0.67 app may not be compatible with **Microsoft.ReactNative.WinRT** 0.66.* package versions due to potential breaking changes.
18+
19+
React Native WinRT currently supports the following versions of React Native for Windows:
20+
21+
- [release/0.66](https://github.com/microsoft/react-native-winrt/tree/release/0.66)
22+
- [release/0.65](https://github.com/microsoft/react-native-winrt/tree/release/0.65)
23+
- [release/0.64](https://github.com/microsoft/react-native-winrt/tree/release/0.64)
24+
1525
## Contributing
1626

1727
This project welcomes contributions and suggestions of all types. See our [Contributor's Guide](/CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)