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.

← PrevNext →

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