From c885cccee8d5310cf6054a157b9c63a31dca670d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 16 Nov 2016 00:36:11 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index b2c1cd5823d..c0401bce0f3 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -131,7 +131,7 @@ react-native run

If everything is set up correctly, you should see your new app running in your Android emulator shortly.

-

If you hit a ERROR Watcher took too long to load, try increasing the timeout in this file (under your node_modules/react-native/).

+

If you hit a ERROR Watcher took too long to load, try increasing the timeout in this file (under your node_modules/react-native/).

If you're targeting API level 23, the app might crash on first launch with an error smilar to Unable to add window android.view.ViewRootImpl$W@c51fa6 -- permission denied for this window type. To fix this, you need to go to System settings > Apps > Configure apps > Draw over other apps and grant the permission for the app.

NOTE: Many React Native modules haven't been tested on Marshmallow and might break. Please throughly test the app if you target API level 23 and file a bug report if you find that something is broken.

Modifying your app #

Now that you have successfully run the app, let's modify it.

That's it! #

Congratulations! You've successfully run and modified a React Native app.