A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Rafael Oleza 6ad7e8281b Do not send 'hot' parameter when requesting a bundle from iOS
Reviewed By: fromcelticpark

Differential Revision: D5631050

fbshipit-source-id: 1f587f3af68da4d94b5d24afabf7659abb697747
2017-08-16 11:10:32 -07:00
.github
ContainerShip
IntegrationTests Add `@providesModule` to `IntegrationTests/WebViewTest.js` 2017-08-11 09:34:44 -07:00
Libraries Expose "register devtools plugin" interface globally in React-Native 2017-08-15 12:03:40 -07:00
RNTester Expose StatusBar height and fix StatusBar example - T13591448 2017-08-15 11:11:39 -07:00
React Do not send 'hot' parameter when requesting a bundle from iOS 2017-08-16 11:10:32 -07:00
ReactAndroid Use offset adjusted value in ModulusAnimatedNode 2017-08-16 00:48:12 -07:00
ReactCommon Implement lazy discovery scaffolding for loading NativeModules on demand. 2017-08-11 06:41:33 -07:00
babel-preset metro-bundler: transform import() to basic require() 2017-08-16 04:38:16 -07:00
blog Add Performance in Marketplace blog post 2017-08-08 09:02:45 -07:00
bots What to Expect from Maintainers 2017-07-28 08:18:53 -07:00
danger
docs Rename module name to module path 2017-08-10 09:19:20 -07:00
flow
gradle/wrapper
jest React 16 beta 5 sync (5495e49...c3718c4) 2017-08-09 12:35:30 -07:00
keystores Apply auto-formatter for BUCK files in fbandroid. 2017-02-27 14:04:56 -08:00
lib
local-cli Add multi-client support for HMR 2017-08-11 12:24:20 -07:00
react-native-cli
react-native-git-upgrade
scripts Fixed issue with install third party script in directory with spaces 2017-08-06 20:22:21 -07:00
third-party-podspecs
website
.buckconfig
.buckjavaargs
.editorconfig
.eslintignore
.eslintrc
.flowconfig
.gitattributes
.gitignore
.npmignore
.travis.yml Add travis bot for react-native 2017-08-08 18:48:54 -07:00
CONTRIBUTING.md
DockerTests.md Docker Testing Environment for Android & JS 2017-02-24 10:59:53 -08:00
Jenkinsfile
LICENSE
LICENSE-docs
PATENTS
README.md
React.podspec fishhook nwlog_legacy_v to avoid log spam on websocket reconnect 2017-08-08 08:20:08 -07:00
Releases.md
Windows
breaking-changes.md
build.gradle
circle.yml
cli.js
gradlew
gradlew.bat
jest-preset.json
package.json Update Jest to 20.1.0-echo.1 2017-08-10 07:33:20 -07:00
react.gradle
rn-cli.config.js
rn-get-polyfills.js
runXcodeTests.sh
settings.gradle
setupBabel.js Allow to pass regular expressions to `buildRegExps` 2017-08-14 08:33:16 -07:00

README.md

React Native · Travis CI Status Circle CI 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 8.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 is BSD licensed. We also provide an additional patent grant.

React documentation is Creative Commons licensed.