A framework for building native macOS apps with React.
Перейти к файлу
zhongwuzw 7025cce3f4 Fixed crash if event doesn't have body parameter (#23711)
Summary:
We need to check `body[@"target"]` wether equal to `nil`, if it is, return to prevent crash.

[iOS] [Fixed] - Fixed crash if event doesn't have body parameter
Pull Request resolved: https://github.com/facebook/react-native/pull/23711

Differential Revision: D14298543

Pulled By: cpojer

fbshipit-source-id: d5e8cd69438f323ae102e61618c0371a01bee347
2019-03-03 20:29:58 -08:00
.appveyor fix windows build (#23082) 2019-01-21 05:16:48 -08:00
.circleci Move Dockerfiles into Circle CI directory (#23677) 2019-02-27 19:34:41 -08:00
.github Clean up and annotate CODEOWNERS (#23678) 2019-02-27 18:21:46 -08:00
IntegrationTests Update ws dependency (#23520) 2019-02-21 13:55:36 -08:00
Libraries chore: update comment in DrawerLayoutAndroid (#23730) 2019-03-03 20:16:44 -08:00
RNTester Fix crash when calling substring() on a string containing emoji. (#23609) 2019-03-01 00:57:00 -08:00
React Fixed crash if event doesn't have body parameter (#23711) 2019-03-03 20:29:58 -08:00
ReactAndroid Remove createMountItem code 2019-03-03 15:51:32 -08:00
ReactCommon Cleanup SchedulerDelegate interface 2019-03-03 15:51:32 -08:00
bots Danger, be nice to PRs. (#23334) 2019-02-08 03:36:58 -08:00
flow Replace our local types by flow-typed (#20320) 2018-12-20 04:42:34 -08:00
flow-typed/npm remove deprecated utilities 2019-01-15 13:59:31 -08:00
gradle/wrapper bump gradle to 5.0, android gradle plugin to 3.3.1 (#23324) 2019-02-20 11:42:54 -08:00
jest Remove ListView and SwipeableListView from React Native 2019-02-25 22:40:10 -08:00
keystores Use fb_native_wrapper for all targets 2018-10-31 11:47:42 -07:00
lib Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
local-cli Update references to the CLI (#23052) 2019-01-21 09:13:08 -08:00
packages Generate ImageSource 2019-03-02 12:56:02 -08:00
scripts - Allow overriding ENTRY_FILE on react-native-xcode.sh script (#23667) 2019-02-27 13:37:22 -08:00
template bump android gradle plugin to 3.3.1 (#23598) 2019-02-22 10:22:47 -08:00
third-party-podspecs Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
tools/build_defs Fix Skylint warnings in rn_defs.bzl. 2018-12-19 10:50:49 -08:00
.buckconfig Bump Android SDK to 28, Build Tools to 28.0.2, Gradle to 4.7, Gradle Plugin to 3.2.0 (#21632) 2018-12-05 09:06:31 -08:00
.buckjavaargs limiting BUCK's memory for CI 2016-02-01 10:49:33 -08:00
.clang-format Moving ObjC specific clang-format rules to the common config 2019-02-11 13:07:09 -08:00
.editorconfig editorconfig: Set indent_size for BUCK files to 4 (#21554) 2018-10-08 23:17:38 -07:00
.eslintignore Suggest running yarn lint --fix (#23413) 2019-02-13 08:46:03 -08:00
.eslintrc Move eslint/prettier config to packages/eslint-config-react-native (#23688) 2019-02-28 23:49:55 -08:00
.flowconfig Add HMRLoadingView module for web target (#23389) 2019-02-20 18:22:44 -08:00
.flowconfig.android Add HMRLoadingView module for web target (#23389) 2019-02-20 18:22:44 -08:00
.gitattributes Added a .gitattributes file, ensuring that Bash script source files (gradlew and 2015-10-13 23:10:39 -04:00
.gitignore Check Flow and run basic packager tests using open source RN config 2018-08-09 16:17:40 -07:00
.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
LICENSE Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
LICENSE-docs More licenses 2015-03-24 19:59:10 -07:00
README.md Update README.md (#20867) 2018-12-09 22:27:11 -08:00
React.podspec Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
Releases.md Fix typo in Releases.md (#20487) 2018-08-01 07:16:56 -07:00
build.gradle bump android gradle plugin to 3.3.1 (#23598) 2019-02-22 10:22:47 -08:00
cli.js Update references to the CLI (#23052) 2019-01-21 09:13:08 -08:00
gradlew fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
gradlew.bat Use new JavaScriptCore from npm (#22231) 2018-12-27 14:51:03 -08:00
jest-preset.js fix: use `require.resolve` in `jest-preset` (#22972) 2019-01-14 16:35:38 -08:00
jest.config.js extract jest config from package.json (#23638) 2019-02-25 21:49:10 -08:00
package.json Upgrade fbjs-scripts to 1.1.0 2019-02-28 09:46:05 -08:00
react.gradle Fix buildType issue introduced in rebase (#23444) 2019-02-13 19:08:27 -08:00
rn-cli.config.js Update references to the CLI (#23052) 2019-01-21 09:13:08 -08: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 Prepare Groovy scripts for Kotlin DSL migration (#23355) 2019-02-09 10:18:07 -08:00
yarn.lock Upgrade fbjs-scripts to 1.1.0 2019-02-28 09:46:05 -08: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. You can learn more about our open source roadmap in this blog post: Open Source Roadmap.

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. Releases are discussed in the React Native Community, https://github.com/react-native-community/react-native-releases, and larger discussions and proposals are in https://github.com/react-native-community/discussions-and-proposals.

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.