From 900f2df351b01474f5cbf65ba111d7bc1fbdfc0f Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Thu, 6 Dec 2018 19:32:51 -0800 Subject: [PATCH] Adds links to the README for roadmap, releases, RFCs. Fixes the help link (#22548) Summary: This PR only contains README updates. 1. Adds roadmap link 2. Adds releases repo link 3. Adds discussions and proposals repo link 4. Fixes the help link (pointed to abandoned forum) Pull Request resolved: https://github.com/facebook/react-native/pull/22548 Differential Revision: D13372704 Pulled By: cpojer fbshipit-source-id: 3c04d00ae08281298a851ddd6ec38ff67c6add30 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d48435003..5b651e807 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,18 @@ React Native lets you build your app faster. Instead of recompiling, you can rel React Native combines smoothly with components written in Objective-C, Java, Kotlin, or Swift. It's simple to drop down to native code if you need to optimize a few aspects of your application. It's also easy to build part of your app in React Native, and part of your app using native code directly - that's how the Facebook app works. -The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native. +The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native. You can learn more about our open source roadmap in this blog post: [Open Source Roadmap](https://facebook.github.io/react-native/blog/2018/11/01/oss-roadmap). ## Full documentation -The full documentation for React Native can be found on our [website](https://facebook.github.io/react-native/docs/getting-started.html). The source for the React Native documentation and website is hosted on a separate repo, . +The full documentation for React Native can be found on our [website](https://facebook.github.io/react-native/docs/getting-started.html). The source for the React Native documentation and website is hosted on a separate repo, . Releases are discussed in the React Native Community, , and larger discussions and proposals are in . The React Native documentation only discusses the components, APIs, and topics specific to React Native (React on iOS and Android). For further documentation on the React API that is shared between React Native and React DOM, refer to the [React documentation](https://facebook.github.io/react/). ## Join the React Native community * Website: https://facebook.github.io/react-native * Twitter: https://twitter.com/reactnative -* Discussion: https://discuss.reactjs.org/ +* Help: https://facebook.github.io/react-native/en/help See the [CONTRIBUTING](./CONTRIBUTING.md) file for how to help out.