From 9c29d4f950fb1e2d447ee41045a4da0b35c8c2ce Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 27 Apr 2017 14:46:21 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/integration-with-existing-apps.html | 2 +- releases/next/docs/network.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/integration-with-existing-apps.html b/releases/next/docs/integration-with-existing-apps.html index de6de91344b..d63ebb35697 100644 --- a/releases/next/docs/integration-with-existing-apps.html +++ b/releases/next/docs/integration-with-existing-apps.html @@ -291,7 +291,7 @@ AppRegistry. ... maven { // All of React Native (JS, Android binaries) is installed from npm - url "$rootDir/../node_modules/react-native/android" + url "$rootDir/node_modules/react-native/android" } } ... diff --git a/releases/next/docs/network.html b/releases/next/docs/network.html index 757bb18154e..cf3e3d19af0 100644 --- a/releases/next/docs/network.html +++ b/releases/next/docs/network.html @@ -60,7 +60,7 @@ ws.onerror = ws.onclose = (e) => { // connection closed console.log(e.code, e.reason); -};

Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about navigators.

You can edit the content above on GitHub and send us a pull request!