From 38ffa9fbade8a14f186de5a4ffb9cf2d218644c4 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 22 Nov 2016 15:54:05 +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 85808227856..e6b12ab3d44 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'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 thoroughly 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.