From d29055dfe8316b1d32c15a1e211b718b1178b3cc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 17 Nov 2016 05:51:34 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index c0401bce0f3..7a793011474 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'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.

+

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.

@@ -203,7 +203,7 @@ if (window.location.hash !== '' && window.location.hash !== 'content') { // cont } // We would have broken out if both targetPlatform and devOS hadn't been filled. display('os', devOS); - display('platform', targetPlatform); + display('platform', targetPlatform); foundHash = true; break; }