From 16aa83f046663dcc0f5e7dcf3f6904e3e7d8db0f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 19 Feb 2016 12:08:19 +0000 Subject: [PATCH] Updated docs for next --- .../docs/android-building-from-source.html | 4 +- releases/next/docs/navigatorios.html | 111 ++++++++++-------- releases/next/index.html | 2 +- releases/next/showcase.html | 2 +- 4 files changed, 64 insertions(+), 55 deletions(-) diff --git a/releases/next/docs/android-building-from-source.html b/releases/next/docs/android-building-from-source.html index 36fc7538b80..7c3a35484d1 100644 --- a/releases/next/docs/android-building-from-source.html +++ b/releases/next/docs/android-building-from-source.html @@ -24,11 +24,11 @@ dependencies { } ...

4. Making 3rd-party modules use your fork #

If you use 3rd-party React Native modules, you need to override their dependencies so that they don't bundle the pre-compiled library. Otherwise you'll get an error while compiling - Error: more than one library with package name 'com.facebook.react'.

Modify your android/app/build.gradle and replace compile project(':react-native-custom-module') with:

compile(project(':react-native-custom-module')) { exclude group: 'com.facebook.react', module: 'react-native' -}

Additional notes #

Building from source can take a long time, especially for the first build, as it needs to download ~200 MB of artifacts and compile the native code. Every time you update the react-native version from your repo, the build directory may get deleted, and all the files are re-downloaded. To avoid this, you might want to change your build directory path by editing the ~/.gradle/init.gradle file:

gradle.projectsLoaded { +}

Building from Android Studio #

From the Welcome screen of Android Studio choose "Import project" and select the android folder of your app.

You should be able to use the Run button to run your app on a device. Android Studio won't start the packager automatically, you'll need to start it by running npm start on the command line.

Additional notes #

Building from source can take a long time, especially for the first build, as it needs to download ~200 MB of artifacts and compile the native code. Every time you update the react-native version from your repo, the build directory may get deleted, and all the files are re-downloaded. To avoid this, you might want to change your build directory path by editing the ~/.gradle/init.gradle file:

gradle.projectsLoaded { rootProject.allprojects { buildDir = "/path/to/build/directory/${rootProject.name}/${project.name}" } -}
Next →

Apps using React Native

The following is a list of some of the public apps using React Native and are published on the Apple App Store or the Google Play Store. Not all are implemented 100% in React Native -- many are hybrid native/React Native. Can you tell which parts are which? :)

Want to add your app? Found an app that no longer works or no longer uses React Native? Please submit a pull request on GitHub to update this page!

Featured Apps

These are some of the most well-crafted React Native apps that we have come across.
Be sure to check them out to get a feel for what React Native is capable of!

All Apps

Not all apps can be featured, otherwise we would have to create some other category like "super featured" and that's just silly. But that doesn't mean you shouldn't check these apps out!

CANDDi

CANDDi

iOS - Android

By CANDDi LTD.

DockMan

DockMan

iOS - Android

By Genki Takiuchi (s21g Inc.)

Blog post

Fixt

Fixt

iOS - Android

By Fixt

Eat or Not

Eat or Not

iOS - Android

By Sharath Prabhal

Kakapo

Kakapo

iOS - Android

By Daniel Levitt

MaxReward - Android

MaxReward - Android

iOS - Android

By Neil Ma

ShareHows

ShareHows

iOS - Android

By Dobbit Co., Ltd.

WEARVR

WEARVR

iOS - Android

By WEARVR LLC

天才段子手

天才段子手

iOS - Android

By Ran Zhao&Ji Zhao

うたよみん

うたよみん

iOS - Android

By Takayuki IMAI

© 2016 Facebook Inc.

Apps using React Native

The following is a list of some of the public apps using React Native and are published on the Apple App Store or the Google Play Store. Not all are implemented 100% in React Native -- many are hybrid native/React Native. Can you tell which parts are which? :)

Want to add your app? Found an app that no longer works or no longer uses React Native? Please submit a pull request on GitHub to update this page!

Featured Apps

These are some of the most well-crafted React Native apps that we have come across.
Be sure to check them out to get a feel for what React Native is capable of!

All Apps

Not all apps can be featured, otherwise we would have to create some other category like "super featured" and that's just silly. But that doesn't mean you shouldn't check these apps out!

CANDDi

CANDDi

iOS - Android

By CANDDi LTD.

DockMan

DockMan

iOS - Android

By Genki Takiuchi (s21g Inc.)

Blog post

Fixt

Fixt

iOS - Android

By Fixt

Eat or Not

Eat or Not

iOS - Android

By Sharath Prabhal

Kakapo

Kakapo

iOS - Android

By Daniel Levitt

MaxReward - Android

MaxReward - Android

iOS - Android

By Neil Ma

ShareHows

ShareHows

iOS - Android

By Dobbit Co., Ltd.

WEARVR

WEARVR

iOS - Android

By WEARVR LLC

天才段子手

天才段子手

iOS - Android

By Ran Zhao&Ji Zhao

うたよみん

うたよみん

iOS - Android

By Takayuki IMAI

© 2016 Facebook Inc.