Skip to content

Commit 6dab5dc

Browse files
hramosfacebook-github-bot
authored andcommitted
Link to Sketch and CRNA
Summary: rnplay.org is shutting down on April 1st, 2017. Recommend instead using Expo's improved prototyping tool, Sketch. Closes #12935 Differential Revision: D4709631 Pulled By: mkonicek fbshipit-source-id: ebc020ca7973a23658dc3b63ad2ac81c2ecefe9c
1 parent 22151d2 commit 6dab5dc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ We use GitHub Issues for tracking bugs in React Native.
77

88
Your issue may be closed without explanation if it does not provide the information required by this template.
99

10-
--- Please use this template, and delete everything above this line before submitting your issue ---
10+
--- Please use this template, and delete everything above this line before submitting your issue ---
1111

1212
### Description
1313

1414
[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens.]
1515

1616
### Reproduction
1717

18-
[FILL THIS OUT: Try to reproduce your bug on rnplay.org and provide a link. If you can't reproduce the bug on rnplay.org, provide a sample project.]
18+
[FILL THIS OUT: Try to reproduce your bug on https://sketch.expo.io/ and provide a link. If you can't reproduce the bug on Sketch, provide a sample project.]
1919

2020
### Solution
2121

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We are using GitHub Issues for our public bugs. We keep a close eye on this and
6969

7070
### Reporting New Issues
7171

72-
The best way to get your bug fixed is to provide a reduced test case. Please provide either a public repository with a runnable example or a [React Native Playground](https://rnplay.org/) snippet.
72+
The best way to get your bug fixed is to provide a reduced test case. Please provide either a public repository with a runnable example or a [Sketch](https://sketch.expo.io/).
7373

7474
### Security Bugs
7575

docs/MoreResources.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ If you're looking for a library that does a specific thing, check out [Awesome R
2020

2121
## Example Apps
2222

23-
There are a lot of example apps at the [React Native Playground](https://rnplay.org/apps/picks). You can see the code running on a real device, which is a neat feature.
23+
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.
2424

2525
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.
2626

2727
## Development Tools
2828

2929
[Nuclide](https://nuclide.io/) is the IDE that Facebook uses internally for React Native development. The killer feature of Nuclide is its debugging ability. It also has great inline Flow support.
3030

31+
[Create React Native App](https://github.com/react-community/create-react-native-app) makes it significantly easier to get started with a React Native project. There's no need to use Xcode or Android Studio, and you can develop for your iOS device using Linux or Windows.
32+
3133
[Ignite](https://github.com/infinitered/ignite) is a starter kit that uses Redux and a few different common UI libraries. It has a CLI to generate apps, components, and containers. If you like all of the individual tech choices, Ignite could be perfect for you.
3234

3335
[CodePush](https://microsoft.github.io/code-push/) is a service from Microsoft that makes it easy to deploy live updates to your React Native app. If you don't like going through the app store process to deploy little tweaks, and you also don't like setting up your own backend, give CodePush a try.

0 commit comments

Comments
 (0)