A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Ram N 6da93a302e Better error message when using getNativeModule(Class)
Summary:
Some of the native modules are accessed using `getNativeModule()` may not have an `ReactModule` annotation. As a result, such native modules cannot be found.

This diff adds a better error message, and also adds the annotation to Mobile Home's `PushNotificationManager` that is accessed using the `getNativeModule()`

Differential Revision: D9697256

fbshipit-source-id: 2e2f7d2f1eb705c9c515ff40d9acbc53055c26d8
2018-09-07 10:26:21 -07:00
.circleci Bump Detox to 8.2.3 2018-08-28 12:59:37 -07:00
.github Close after 3 days 2018-09-05 16:33:37 -07:00
ContainerShip Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777) 2018-08-22 23:19:42 -07:00
IntegrationTests Typing View style as ViewStyleProp 2018-08-14 16:32:11 -07:00
Libraries Fix that BackHandler was not called on Android (#19077) 2018-09-07 10:26:20 -07:00
RNTester Add backface-visibility support on Android (#15970) 2018-09-07 10:26:20 -07:00
React Remove NavigatorIOS 2018-09-07 10:26:20 -07:00
ReactAndroid Better error message when using getNativeModule(Class) 2018-09-07 10:26:21 -07:00
ReactCommon Fabric: RectangleEdges & RectangleCorners generics 2018-09-03 23:04:20 -07:00
bots Fix eslint code analysis bot (#20822) 2018-08-23 20:34:51 -07:00
flow Adding flow strict to as many xplat files as possible 2018-07-27 12:31:42 -07:00
flow-github Add DeltaBundler's Flow types to flow config (#20953) 2018-09-04 12:49:31 -07:00
gradle/wrapper fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
jest Add support for out-of-tree platform plugins (#20825) 2018-08-30 16:38:07 -07:00
keystores
lib Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
local-cli Fix orientation change issue in HelloWord template (#20945) 2018-09-05 13:22:07 -07:00
react-native-cli added extra sinopia config to support packages (#20789) 2018-08-22 23:19:42 -07:00
react-native-git-upgrade ignore babelrc in git-upgrade (#20790) 2018-08-22 12:31:19 -07:00
scripts Use PR reviews (#20927) 2018-08-30 16:38:07 -07:00
third-party-podspecs Updated the glog library version from 0.3.4 to 0.3.5 (#20811) 2018-08-23 14:17:18 -07:00
tools/build_defs/oss Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
.buckconfig Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777) 2018-08-22 23:19:42 -07:00
.buckjavaargs
.editorconfig
.eslintignore
.eslintrc Initial Detox E2E iOS configuration to be run on RNTester (#20235) 2018-07-30 14:31:24 -07:00
.flowconfig Deploy v0.80.0 to xplat/js 2018-09-05 08:48:31 -07:00
.flowconfig.android Deploy v0.80.0 to xplat/js 2018-09-05 08:48:31 -07:00
.gitattributes
.gitignore Check Flow and run basic packager tests using open source RN config 2018-08-09 16:17:40 -07:00
.npmignore
.nvmrc Add .nvmrc + fix node version for eslint 5 compat (#20109) 2018-07-31 02:34:16 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Removed last traces of @providesModule from React Native 2018-04-26 08:30:54 -07:00
DockerTests.md Typo in DockerTests.md (#20009) 2018-07-02 20:32:07 -07:00
Jenkinsfile
LICENSE Update to MIT license 2018-02-16 18:31:53 -08:00
LICENSE-docs
README.md fix typo in README.md (#20993) 2018-09-07 10:26:19 -07:00
React.podspec iOS: Support <ActivityIndicator> component 2018-05-23 10:22:47 -07:00
Releases.md Fix typo in Releases.md (#20487) 2018-08-01 07:16:56 -07:00
appveyor.yml Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 (#20777) 2018-08-22 23:19:42 -07:00
build.gradle bump android gradle to 3.1.4 (#20767) 2018-08-22 23:19:42 -07:00
cli.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
gradlew fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
gradlew.bat fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
jest-preset.json Fix jest snapshot testing on windows 2018-05-31 12:58:05 -07:00
package.json Bump metro@0.45.1 2018-09-07 10:26:20 -07:00
react.gradle Better Android Gradle Plugin 3.x integration (#20526) 2018-08-03 17:02:12 -07:00
rn-cli.config.js
rn-get-polyfills.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
runXcodeTests.sh Uniformizes how THIS_DIR is computed in xplat/js 2018-07-19 05:16:22 -07:00
settings.gradle Back to JNI storage 2018-08-06 02:16:22 -07:00
setupBabel.js Prettier the rest of ReactNative 2018-05-11 13:52:30 -07:00
yarn.lock Update lock file for open source (#20800) 2018-08-22 23:04:56 -07:00

README.md

React Native · Circle CI Status Build status npm version PRs Welcome

Learn once, write anywhere: Build mobile apps with React.

  • Build native mobile apps using JavaScript and React: React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.
  • A React Native app is a real mobile app: With React Native, you don't build a "mobile web app", an "HTML5 app", or a "hybrid app". You build a real mobile app that's indistinguishable from an app built using Objective-C, Java, or Swift. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.
  • Don't waste time recompiling: React Native lets you build your app faster. Instead of recompiling, you can reload your app instantly. With hot reloading, you can even run new code while retaining your application state. Give it a try - it's a magical experience.
  • Use native code when you need to: React Native combines smoothly with components written in Objective-C, Java, or Swift. It's simple to drop down to native code if you need to optimize a few aspects of your application. It's also easy to build part of your app in React Native, and part of your app using native code directly - that's how the Facebook app works.

The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.

See the official React Native website for an introduction to React Native.

Supported operating systems are >= Android 4.1 (API 16) and >= iOS 9.0.


Getting Started

Follow the Getting Started guide. The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:


Documentation

The websites documentation is divided into multiple sections.

Another great way to learn more about the components and APIs included with React Native is to read their source. Look under the Libraries/Components directory for components like ScrollView and TextInput, for example. The RNTester example is also here to demonstrate some of the ways to use these components. From the source you can get an accurate understanding of each components behavior and API.

The React Native documentation only discusses the components, APIs and topics specific to React Native (React on iOS and Android). For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation.


Upgrading

React Native is under active development. See the guide on upgrading React Native to keep your project up-to-date.


Contributing

Read below to learn how you can take part in improving React Native.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to React Native.

Beginner Friendly Bugs

We have a list of beginner friendly issues to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started.


License

React Native is MIT licensed.

React Native documentation is Creative Commons licensed.