A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
Marc Horowitz a23fb1a22c Add JSI implementation for JSC
Summary:
This diff is an implementation of jsi::Runtime which uses JSC as the virtual machine.  All of the JSC-specific details are encapsulated here.
@public

Reviewed By: RSNara

Differential Revision: D9328242

fbshipit-source-id: be3c7bed161916c1cb9a48182600b558f054eadc
2018-10-18 01:06:24 -07:00
.circleci Enforce lockfile is kept up to date (#21739) 2018-10-12 14:17:09 -07:00
.github Add test case suggestion to PR template 2018-09-20 17:47:52 -07:00
ContainerShip bump Android NDK to r17c (#21628) 2018-10-11 22:08:37 -07:00
IntegrationTests remove createrReactClass from SizeFlexibilityUpdateTest (#21715) 2018-10-16 16:21:25 -07:00
Libraries Don't use local alias in react-native-implementation 2018-10-17 22:24:34 -07:00
RNTester Fix onTextLayout metrics on Android when using alignText 2018-10-17 12:55:10 -07:00
React Fabric: Fixed `accessibilityLabel` implementation in RCTParagraphComponentView 2018-10-15 23:25:47 -07:00
ReactAndroid Fix onTextLayout metrics on Android when using alignText 2018-10-17 12:55:10 -07:00
ReactCommon Add JSI implementation for JSC 2018-10-18 01:06:24 -07:00
android-jsc add x86_64 arm64-v8a support. Fixes #2814 (#18754) 2018-09-24 11:32:56 -07:00
bots Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
flow Prettify remaining unprettified files (#21327) 2018-09-25 19:50:08 -07:00
flow-github flow-github/metro.js: Add missing module declaration (#21555) 2018-10-08 12:16:31 -07:00
gradle/wrapper fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
jest Expose enableBabelRuntime config param externally 2018-10-05 11:33:38 -07:00
keystores
lib Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
local-cli Allow specifying iOS version for run-ios with simulator option (#19079) 2018-10-17 13:25:39 -07:00
react-native-cli Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
react-native-git-upgrade Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
scripts Enforce lockfile is kept up to date (#21739) 2018-10-12 14:17:09 -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 Add JSI API and JSIDynamic glue to OSS React Native 2018-10-18 01:06:23 -07:00
.buckconfig Use Android SDK 27 in React Native 2018-09-20 07:56:23 -07:00
.buckjavaargs
.editorconfig editorconfig: Set indent_size for BUCK files to 4 (#21554) 2018-10-08 23:17:38 -07:00
.eslintignore
.eslintrc
.flowconfig @allow-large-files [flow] update to v0.83 2018-10-13 01:32:48 -07:00
.flowconfig.android @allow-large-files [flow] update to v0.83 2018-10-13 01:32:48 -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 Update repo documentation to match other Facebook projects 2018-09-10 18:02:26 -07:00
CONTRIBUTING.md Update repo documentation to match other Facebook projects 2018-09-10 18:02:26 -07:00
DockerTests.md Fix npm commands in DockerTests.md (#21758) 2018-10-12 14:43:40 -07:00
Jenkinsfile
LICENSE Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
LICENSE-docs
README.md Update links & Add Code of Conduct (#21296) 2018-09-24 13:53:48 -07:00
React.podspec Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Releases.md Fix typo in Releases.md (#20487) 2018-08-01 07:16:56 -07:00
appveyor.yml bump Android NDK to r17c (#21628) 2018-10-11 22:08:37 -07:00
build.gradle Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
cli.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
gradlew fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
gradlew.bat Add missing copyright headers (#21000) 2018-09-07 13:17:38 -07:00
jest-preset.json
package.json Bump xcode@1.0.0 (#21766) 2018-10-17 12:13:32 -07:00
react.gradle Add workaround for Android Gradle Plugin 3.2 change to asset dir (#21409) 2018-10-02 03:02:41 -07:00
rn-cli.config.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
rn-get-polyfills.js Remove global babelHelpers and regenerator (#21283) 2018-09-26 10:03:05 -07:00
runXcodeTests.sh Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
settings.gradle add x86_64 arm64-v8a support. Fixes #2814 (#18754) 2018-09-24 11:32:56 -07:00
setupBabel.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
yarn.lock Bump xcode@1.0.0 (#21766) 2018-10-17 12:13:32 -07:00

README.md

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

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

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


Requirements

Supported target operating systems are >= Android 4.1 (API 16) and >= iOS 9.0. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS by default (tools like Expo can be used to get around this).

Building your first React Native app

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:

How React Native works

React Native lets you build mobile apps using JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.

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, Kotlin, 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.

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.

React Native combines smoothly with components written in Objective-C, Java, Kotlin, 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.

Full documentation

The full documentation for React Native can be found on our website. The source for the React Native documentation and website is hosted on a separate repo, https://github.com/facebook/react-native-website.

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.

Join the React Native community

See the CONTRIBUTING file for how to help out.

License

React Native is MIT licensed, as found in the LICENSE file.

React Native documentation is Creative Commons licensed, as found in the LICENSE-docs file.