diff --git a/README.md b/README.md index f49feae4d..28232fb8b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Supported operating systems are >= Android 4.1 (API 16) and >= iOS 7.0. - [Documentation](#documentation) - [Examples](#examples) - [Extending React Native](#extending-react-native) +- [Upgrading](#upgrading) - [Opening Issues](#opening-issues) - [Contributing](#contributing) - [License](#license) @@ -74,6 +75,10 @@ Note that you'll need the Android NDK installed, see [prerequisites](https://git - Making modules helps grow the React Native ecosystem and community. We recommend writing modules for your use cases and sharing them on npm. - Read the guides on Native Modules ([iOS](http://facebook.github.io/react-native/docs/native-modules-ios.html), [Android](http://facebook.github.io/react-native/docs/native-modules-android.html)) and Native UI Components ([iOS](http://facebook.github.io/react-native/docs/native-components-ios.html), [Android](http://facebook.github.io/react-native/docs/native-components-android.html)) if you are interested in extending native functionality. +## Upgrading + +React Native is under active development. See the guide on [upgrading React Native](https://facebook.github.io/react-native/docs/upgrading.html) to keep your project up-to-date. + ## Opening Issues If you encounter a bug with React Native we would like to hear about it. Search the [existing issues](https://github.com/facebook/react-native/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of React Native and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.