A framework for building native macOS apps with React.
Перейти к файлу
Christoph Nakazawa 90a8e3012c Remove live reloading option from RN iOS
Summary: See previous diff in this stack

Reviewed By: motiz88

Differential Revision: D17156649

fbshipit-source-id: 12bdba248481258b9c6ca001472a41ca19fb4b6f
2019-09-06 03:48:49 -07:00
.appveyor Bump Android NDK to r19c (#25140) 2019-06-04 13:59:36 -07:00
.circleci Test RNTesterPods on CI with use_frameworks! enabled (#25818) 2019-07-25 11:46:44 -07:00
.github update bug_report.md template (#25623) 2019-07-19 13:45:09 -07:00
IntegrationTests Clean-up $TEMPORARY$object in xplat/js/react-native-github 2019-08-21 09:58:24 -07:00
Libraries Remove live reloading option from RN iOS 2019-09-06 03:48:49 -07:00
RNTester Ensure SoLoader is initialized before attempting to load jscexecutor … (#26343) 2019-09-06 00:16:59 -07:00
React Remove live reloading option from RN iOS 2019-09-06 03:48:49 -07:00
ReactAndroid Remove "Reload on JS change" from RN Android 2019-09-06 03:48:49 -07:00
ReactCommon Fabric: Fixing small nit in `ParagraphComponentDescriptor` 2019-09-05 08:06:09 -07:00
bots Bots cleanup, avoid leaving inline reviews when N>5 (#24923) 2019-05-21 19:38:54 -07:00
flow fix jest's test.table flow type 2019-07-18 09:38:47 -07:00
flow-typed/npm
gradle/wrapper Update Gradle wrapper to 5.6.2 (#26349) 2019-09-06 00:25:53 -07:00
jest Mock createAnimatedComponent (#26109) 2019-09-02 06:11:23 -07:00
keystores
local-cli
packages Fix flow test case input in react-native-codegen package that has syntax errors. (#26316) 2019-09-04 17:23:26 -07:00
scripts Change podspec name of yoga to Yoga 2019-08-30 07:12:34 -07:00
template Update Gradle wrapper to 5.6.2 (#26349) 2019-09-06 00:25:53 -07:00
third-party-podspecs TM iOS: Set up CocoaPods specs for the TM specs 2019-07-01 15:20:01 -07:00
tools/build_defs fix Android CI (#25655) 2019-07-15 04:14:12 -07:00
.buckconfig
.buckjavaargs
.clang-format
.editorconfig https link to EditorConfig.org (#25267) 2019-06-18 01:58:07 -07:00
.eslintignore
.eslintrc Add a lint rule to disallow Haste imports (#25058) 2019-05-30 07:45:16 -07:00
.flowconfig Deploy v0.106.3 to xplat/js 2019-08-30 08:18:13 -07:00
.flowconfig.android Deploy v0.106.3 to xplat/js 2019-08-30 08:18:13 -07:00
.gitattributes
.gitignore iOS Buck: Create CoreModules sub-target 2019-07-01 15:20:01 -07:00
.nvmrc
.prettierrc Set the Prettier config so it is not forced on users of @react-native-community/eslint-config (#24635) 2019-04-29 09:44:51 -07:00
CODE_OF_CONDUCT.md Adopt Contributor Covenant 2019-08-29 23:21:10 -07:00
CONTRIBUTING.md chore: Link to CLA wiki and CLA form. (#26016) 2019-08-12 02:22:12 -07:00
ECOSYSTEM.md
LICENSE
LICENSE-docs
README.md Minor fix (#25385) 2019-06-26 10:05:30 -07:00
React-Core.podspec Change podspec name of yoga to Yoga 2019-08-30 07:12:34 -07:00
React.podspec Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
Releases.md
build.gradle.kts bump android gradle plugin to 3.5.0 (#26129) 2019-08-29 07:35:41 -07:00
cli.js
gradlew Update Gradle wrapper to 5.6.2 (#26349) 2019-09-06 00:25:53 -07:00
gradlew.bat Update Gradle wrapper to 5.6 (#26079) 2019-08-26 12:13:37 -07:00
jest-preset.js Delete hasteImpl, providesModuleNodeModules, and modulePathNameMapper (#24811) 2019-06-05 10:55:08 -07:00
jest.config.js Delete hasteImpl, providesModuleNodeModules, and modulePathNameMapper (#24811) 2019-06-05 10:55:08 -07:00
metro.config.js Use latest React Native CLI (#24517) 2019-04-24 05:09:10 -07:00
package.json useColorScheme hook (#26143) 2019-08-31 11:22:43 -07:00
react-native.config.js deprecate iOS .xcodeproj (#25583) 2019-07-11 12:02:39 -07:00
react.gradle Fix indentation in Gradle files (#26012) 2019-08-12 02:45:57 -07:00
rn-get-polyfills.js
runXcodeTests.sh deprecate iOS .xcodeproj (#25583) 2019-07-11 12:02:39 -07:00
settings.gradle.kts Gradle KTS (#24631) 2019-04-29 02:41:05 -07:00
template.config.js
yarn.lock useColorScheme hook (#26143) 2019-08-31 11:22:43 -07:00

README.md

React Native

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

React Native is released under the MIT license. Current CircleCI build status. Current Appveyor build status. Current npm package version. PRs welcome! Follow @reactnative

Getting Started · Learn the Basics · Showcase · Contribute · Community · Support

React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.

  • Declarative. React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug.
  • Component-Based. Build encapsulated components that manage their own state, then compose them to make complex UIs.
  • Developer Velocity. See local changes in seconds. Changes to JavaScript code can be live reloaded without rebuilding the native app.
  • Portability. Reuse code across iOS, Android, and other platforms.

React Native is developed and supported by many companies and individual core contributors. Find out more in our ecosystem overview.

Contents

📋 Requirements

React Native apps may target iOS 9.0 and Android 4.1 (API 16) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like Expo can be used to work 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:

📖 Documentation

The full documentation for React Native can be found on our website.

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

The source for the React Native documentation and website is hosted on a separate repo, @facebook/react-native-website.

🚀 Upgrading

Upgrading to new versions of React Native may give you access to more APIs, views, developer tools and other goodies. See the Upgrading Guide for instructions.

React Native releases are discussed in the React Native Community, @react-native-community/react-native-releases.

👏 How to Contribute

The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bugfixes and improvements. 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 bugfixes and improvements, and how to build and test your changes to React Native.

Open Source Roadmap

You can learn more about our vision for React Native in the Roadmap.

Good First Issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

Discussions

Larger discussions and proposals are discussed in @react-native-community/discussions-and-proposals.

📄 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.