A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Gabriel Oliveira 2b86aba390 Add "- React Native" to all pages title in doc section
Summary:
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.

Help us understand your motivation by explaining why you decided to make this change.

You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html

Happy contributing!

-->
Changing all pages in doc to have title " - React Native", which will make the results easier to distinguish like suggested in issue #15659.

I'm not shure how to write a test to this but if you open any page in doc you can see the page title has changed when the title is passed to Site component.
Closes https://github.com/facebook/react-native/pull/15714

Differential Revision: D5739971

Pulled By: TheSavior

fbshipit-source-id: ba9b5ea83fe5c502653972262eb993a24941a62e
2017-08-30 15:31:30 -07:00
.github Update CODEOWNERS 2017-08-24 15:00:14 -07:00
ContainerShip Move HelloWorld template to a single index.js entry point 2017-08-03 14:02:43 -07:00
IntegrationTests Fix React Native open source 2017-08-29 15:01:05 -07:00
Libraries Turn on Flow for EventEmitter 2017-08-30 11:52:28 -07:00
RNTester Fix React Native open source 2017-08-29 15:01:05 -07:00
React Stop CxxBridge run loop when bridge is invalidated 2017-08-30 09:46:31 -07:00
ReactAndroid Fix empty @ReactModuleList generated code 2017-08-30 14:01:17 -07:00
ReactCommon Remove the restriction on importing bridge:cxxreact 2017-08-30 11:52:28 -07:00
babel-preset Revert "Add a new babel transformer for inlining regenerator-runtime per file" 2017-08-23 08:06:11 -07:00
blog Add Performance in Marketplace blog post 2017-08-08 09:02:45 -07:00
bots Update icebox message 2017-08-24 13:15:56 -07:00
danger Flag large pull requests, add large-pr command 2017-08-16 21:00:44 -07:00
docs Add Troubleshooting Guide to Sidebar. 2017-08-25 15:30:43 -07:00
flow Upgrade fbsource/xplat/js to Flow v0.53.0 2017-08-17 18:45:01 -07:00
gradle/wrapper Android - Update Gradle to 2.2.3 2017-01-31 13:13:32 -08:00
jest Disallow trailing commas in react-native-github 2017-08-17 16:20:04 -07:00
keystores Apply auto-formatter for BUCK files in fbandroid. 2017-02-27 14:04:56 -08:00
lib Revert D5409825: [RN] Convert easy files to Prettier 2017-07-12 19:23:58 -07:00
local-cli Turn on Flow for EventEmitter 2017-08-30 11:52:28 -07:00
react-native-cli Revert D5409825: [RN] Convert easy files to Prettier 2017-07-12 19:23:58 -07:00
react-native-git-upgrade Revert D5409825: [RN] Convert easy files to Prettier 2017-07-12 19:23:58 -07:00
scripts Fixed issue with path containing spaces 2017-08-22 23:30:06 -07:00
third-party-podspecs Apple TV Cocoapods support 2017-07-18 15:15:59 -07:00
website Add "- React Native" to all pages title in doc section 2017-08-30 15:31:30 -07:00
.buckconfig update gitignore & fix links 2017-05-22 13:03:50 -07:00
.buckjavaargs
.editorconfig Fix indent of .gradle files 2016-10-19 16:58:36 -07:00
.eslintignore Exclude the dangerfile from eslint. 2017-07-19 13:49:32 -07:00
.eslintrc Disallow trailing commas in react-native-github 2017-08-17 16:20:04 -07:00
.flowconfig Upgrade fbsource/xplat/js to Flow v0.53.0 2017-08-17 18:45:01 -07:00
.gitattributes
.gitignore Adds Danger support 2017-07-18 11:16:46 -07:00
.npmignore Update .npmignore to include generated bundle file 2017-02-03 11:43:31 -08:00
.travis.yml Add travis bot for react-native 2017-08-08 18:48:54 -07:00
CONTRIBUTING.md Cleanup stray markdown files, update contributing guidelines 2017-08-04 16:18:01 -07:00
DockerTests.md Docker Testing Environment for Android & JS 2017-02-24 10:59:53 -08:00
Jenkinsfile Container Testing Updates 2017-04-12 16:31:35 -07:00
LICENSE
LICENSE-docs
PATENTS
README.md How to Contribute updates 2017-07-19 17:47:01 -07:00
React.podspec BREAKING: iOS: Fix case sensitivity build warning in Xcode 8.3 2017-08-25 04:45:06 -07:00
Releases.md Update Releases.md 2017-07-17 14:22:43 -07:00
breaking-changes.md DOCS ONLY: Update breaking changes location in breaking-changes.md: move to Wiki 2017-02-03 06:28:37 -08:00
build.gradle Update gradle-download-task from 2.0.0 to 3.1.2 to fix boost zip down… 2016-12-07 16:43:28 -08:00
circle.yml Adds Danger support 2017-07-18 11:16:46 -07:00
cli.js Revert D5409825: [RN] Convert easy files to Prettier 2017-07-12 19:23:58 -07:00
gradlew Update gradle wrapper binary and scripts 2016-09-09 08:13:59 -07:00
gradlew.bat Update gradle wrapper binary and scripts 2016-09-09 08:13:59 -07:00
jest-preset.json Remove remnants of the packager 2017-07-07 03:06:21 -07:00
package.json Update flow-bin in package.json to ^0.53.0 (to match .flowconfig) 2017-08-23 16:15:04 -07:00
react.gradle Add ability to customize CLI path 2017-04-10 12:16:03 -07:00
rn-cli.config.js Move Array<string> to $ReadOnlyArray<string>. Separate polyfill list into a file. 2017-07-13 03:38:23 -07:00
rn-get-polyfills.js Move Array<string> to $ReadOnlyArray<string>. Separate polyfill list into a file. 2017-07-13 03:38:23 -07:00
runXcodeTests.sh Re-license and rename UIExplorer integration test app as RNTester 2017-05-08 11:31:19 -07:00
settings.gradle Cleanup settings.gradle 2017-07-28 07:51:09 -07:00
setupBabel.js Make prospective syntax compatible 2017-08-16 16:42: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.