From 7785a56371573958f83bd40ef6d3f36e3862705f Mon Sep 17 00:00:00 2001 From: Fady Date: Tue, 16 May 2017 13:12:13 -0700 Subject: [PATCH] Update Example Apps Link Summary: The example apps link was pointing to a 404 page. Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. What existing problem does the pull request solve? The link to example apps was pointing to a 404 page A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See [What is a Test Plan?][1] to learn more. If you have added code that should be tested, add tests. N/A Sign the [CLA][2], if you haven't already. Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. Make sure all **tests pass** on both [Travis][3] and [Circle CI][4]. PRs that break tests are unlikely to be merged. For more info, see the ["Pull Requests"][5] section of our "Contributing" guidelines. [1]: https://medium.com/martinkonicek/what-is-a-test-plan-8bfc840ec171#.y9lcuqqi9 [2]: https://code.facebook.com/cla [3]: https://travis-ci.org/facebook/react-native [4]: http://circleci.com/gh/facebook/react-native [5]: https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#pull-requests Closes https://github.com/facebook/react-native/pull/13986 Differential Revision: D5071821 Pulled By: hramos fbshipit-source-id: 620902de8445fc3569c3f7b075e271b413a8544c --- docs/MoreResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MoreResources.md b/docs/MoreResources.md index 85c568f54..9fa343852 100644 --- a/docs/MoreResources.md +++ b/docs/MoreResources.md @@ -20,7 +20,7 @@ If you're looking for a library that does a specific thing, check out [Awesome R ## Example Apps -There are some example apps in the [`Examples/` directory](https://github.com/facebook/react-native/tree/master/Examples) on GitHub. You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat. +There are some [example apps on GitHub](https://github.com/ReactNativeNews/React-Native-Apps). You can run the apps on a simulator or device, and you can see the source code for these apps, which is neat. The folks who built the app for Facebook's F8 conference in 2016 also [open-sourced the code](https://github.com/fbsamples/f8app) and wrote up a [detailed series of tutorials](http://makeitopen.com/tutorials/building-the-f8-app/planning/). This is useful if you want a more in-depth example that's more realistic than most sample apps out there.