From 67e5fe662b68a780e5e3dc6e1df62482e01202e9 Mon Sep 17 00:00:00 2001 From: Michael Abt Date: Wed, 20 Jan 2016 16:00:08 +0100 Subject: [PATCH 1/2] Correct link to former react.rocks website react.rocks has moved to js.coach and the packages at react.rocks aren't up to date anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f36a8b69..7f4b3a517 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Note that you'll need the Android NDK installed, see [prerequisites](https://git ## Extending React Native -- Looking for a component? [react.parts](http://react.parts/) +- Looking for a component? [JS.coach](https://js.coach) - Fellow developers write and publish React Native modules to npm and open source them on GitHub. - 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. From ed0e6a2250789a226c64fb03fd77a5da32ce9e9b Mon Sep 17 00:00:00 2001 From: Michael Abt Date: Wed, 20 Jan 2016 18:07:12 +0100 Subject: [PATCH 2/2] Make link more specific Directly link to the react-native part the site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f4b3a517..04dbd5e4b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Note that you'll need the Android NDK installed, see [prerequisites](https://git ## Extending React Native -- Looking for a component? [JS.coach](https://js.coach) +- Looking for a component? [JS.coach](https://js.coach/react-native) - Fellow developers write and publish React Native modules to npm and open source them on GitHub. - 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.