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 https://github.com/facebook/react-native/pull/12935 Differential Revision: D4709631 Pulled By: mkonicek fbshipit-source-id: ebc020ca7973a23658dc3b63ad2ac81c2ecefe9c
This commit is contained in:
parent
22151d28d4
commit
6dab5dcd7c
|
@ -7,7 +7,7 @@ We use GitHub Issues for tracking bugs in React Native.
|
||||||
|
|
||||||
Your issue may be closed without explanation if it does not provide the information required by this template.
|
Your issue may be closed without explanation if it does not provide the information required by this template.
|
||||||
|
|
||||||
--- Please use this template, and delete everything above this line before submitting your issue ---
|
--- Please use this template, and delete everything above this line before submitting your issue ---
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Your issue may be closed without explanation if it does not provide the informat
|
||||||
|
|
||||||
### Reproduction
|
### Reproduction
|
||||||
|
|
||||||
[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.]
|
[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.]
|
||||||
|
|
||||||
### Solution
|
### Solution
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ We are using GitHub Issues for our public bugs. We keep a close eye on this and
|
||||||
|
|
||||||
### Reporting New Issues
|
### Reporting New Issues
|
||||||
|
|
||||||
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.
|
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/).
|
||||||
|
|
||||||
### Security Bugs
|
### Security Bugs
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ If you're looking for a library that does a specific thing, check out [Awesome R
|
||||||
|
|
||||||
## Example Apps
|
## Example Apps
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
@ -28,6 +28,8 @@ The folks who built the app for Facebook's F8 conference in 2016 also [open-sour
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
|
[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.
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
Loading…
Reference in New Issue