From b1d64d9072f35ad38d427f818ebd8b26c3d27f25 Mon Sep 17 00:00:00 2001 From: Aleksandra Desmurs-Linczewska Date: Mon, 4 Dec 2017 14:23:02 +0100 Subject: [PATCH 1/2] Added a link Adding a link to Native Directory - a curated list of react native components --- website/versioned_docs/version-0.5/more-resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/versioned_docs/version-0.5/more-resources.md b/website/versioned_docs/version-0.5/more-resources.md index f2e7667ca1b..53b2c3d389e 100644 --- a/website/versioned_docs/version-0.5/more-resources.md +++ b/website/versioned_docs/version-0.5/more-resources.md @@ -26,6 +26,9 @@ explaining it. If you're looking for a library that does a specific thing, check out [Awesome React Native](http://www.awesome-react-native.com/), a curated list of components that also has demos, articles, and other stuff. +You can also find a curated list of React Native libraries at +[Native Directory](http://native.directory/), together with quality assessment, +recommendations, a lot of pertinent gitHub informations and some code examples. ## Examples From 66bfdc7acb573104de2e6068473ef9f4f96a075d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Mon, 4 Dec 2017 10:55:32 -0800 Subject: [PATCH 2/2] Update more-resources.md --- website/versioned_docs/version-0.5/more-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.5/more-resources.md b/website/versioned_docs/version-0.5/more-resources.md index 53b2c3d389e..9db28a033b7 100644 --- a/website/versioned_docs/version-0.5/more-resources.md +++ b/website/versioned_docs/version-0.5/more-resources.md @@ -28,7 +28,7 @@ If you're looking for a library that does a specific thing, check out components that also has demos, articles, and other stuff. You can also find a curated list of React Native libraries at [Native Directory](http://native.directory/), together with quality assessment, -recommendations, a lot of pertinent gitHub informations and some code examples. +recommendations, a lot of pertinent GitHub information, and code examples. ## Examples