A framework for building native macOS apps with React.
Перейти к файлу
Pavlos Vinieratos 7980615d37 remove `xcshareddata` from gitignore (#27563)
Summary:
Files that are inside `xcshareddata` are meant to be "shared", and that means committed to git. These files are for example `ios/RnDiffApp.xcodeproj/xcshareddata/xcschemes/RnDiffApp.xcscheme`, and if ignored that means they are removed from the repo or are missing when cloning. These should be present. They are the shared schemes so Xcode knows what and how to build, on everyone's machine.

I noticed it being there in a new project on 0.62.0-rc.0.

## Changelog

[iOS] [Changed] - Remove the xcshareddata from .gitignore
Pull Request resolved: https://github.com/facebook/react-native/pull/27563

Differential Revision: D19166364

Pulled By: TheSavior

fbshipit-source-id: 0377dc5b08ba04d121f9ed5e4027942a7a9f463f
2019-12-18 14:17:20 -08:00
.appveyor Bump Android NDK to r19c (#25140) 2019-06-04 13:59:36 -07:00
.circleci Ignore js_coverage failures (#27488) 2019-12-12 12:21:01 -08:00
.github Add Landcastle job that requires changelog for React Native diffs 2019-10-11 15:25:00 -07:00
IntegrationTests Convert easy files to flow strict-local 2019-12-05 16:06:46 -08:00
Libraries Fix NativePlatformConstants 2019-12-18 08:22:09 -08:00
RNTester Support for accessibility Label prop to the Picker component (#27342) 2019-12-17 16:48:17 -08:00
React Fabric: Proper implementation of ScrollView::contentOffset-aware measure functions (iOS only for now) 2019-12-18 10:48:40 -08:00
ReactAndroid Remove task TODO that's TODONE 2019-12-18 13:49:52 -08:00
ReactCommon Fabric: Propagation of ScrollView's contentOffset value down to ShadowNode layer on Android 2019-12-18 10:48:41 -08:00
bots Bots cleanup, avoid leaving inline reviews when N>5 (#24923) 2019-05-21 19:38:54 -07:00
docs Generate doc info for RN components 2019-09-19 18:36:25 -07:00
flow Move flow definitions to react-native 2019-12-05 16:06:45 -08:00
flow-typed/npm Convert easy files to flow strict-local 2019-12-05 16:06:46 -08:00
gradle/wrapper bump gradle to 6.0.1 (#27290) 2019-11-21 15:25:50 -08:00
jest exact-by-default in xplat/js 2019-12-09 11:03:21 -08:00
keystores Use fb_native_wrapper for all targets 2018-10-31 11:47:42 -07:00
local-cli Update references to the CLI (#23052) 2019-01-21 09:13:08 -08:00
packages Convert easy files to flow strict-local 2019-12-05 16:06:46 -08:00
scripts Fix test-ios by bumping Xcode version (#27356) 2019-12-02 10:49:37 -08:00
template remove `xcshareddata` from gitignore (#27563) 2019-12-18 14:17:20 -08: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 Combine rn_debug_flags and rn_feature_flags 2019-09-12 13:09:29 -07:00
.buckconfig Update Broken Link #devcjog25 (#27025) 2019-10-28 12:11:45 -07:00
.buckjavaargs
.clang-format Moving ObjC specific clang-format rules to the common config 2019-02-11 13:07:09 -08:00
.editorconfig https link to EditorConfig.org (#25267) 2019-06-18 01:58:07 -07:00
.eslintignore Eliminate eslint npm version mismatch warnings and bump some to latest (#23969) 2019-03-19 11:14:30 -07:00
.eslintrc Move error-subclass-name lint rule to GitHub 2019-10-09 11:48:07 -07:00
.flowconfig v0.114.0 2019-12-13 16:28:39 -08:00
.flowconfig.android v0.114.0 2019-12-13 16:28:39 -08:00
.gitattributes
.gitignore gitignore ReactAndroid prebuilt libs (#27487) 2019-12-12 18:18:19 -08:00
.nvmrc Add .nvmrc + fix node version for eslint 5 compat (#20109) 2018-07-31 02:34:16 -07:00
.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 Linking to the ReactJS code of conduct. (#26725) 2019-10-04 10:57:00 -07:00
ECOSYSTEM.md Add document describing the RN ecosystem. (#24493) 2019-04-17 09:06:37 -07:00
LICENSE Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
LICENSE-docs
README.md Update README.md (#26879) 2019-11-01 04:49:25 -07:00
React-Core.podspec Back out "Fixes Fabric related podspec" 2019-11-01 19:34:46 -07:00
React.podspec Move non-license comments out of license header 2019-10-15 20:12:12 -07:00
Releases.md Fix typo in Releases.md (#20487) 2018-08-01 07:16:56 -07:00
build.gradle.kts Update Android Gradle plugin to 3.5.3 (#27462) 2019-12-11 11:27:04 -08:00
cli.js Show full price instead of monthly price within the lead form 2019-03-28 16:07:19 -07:00
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
index.js Add unstable_enableLogBox 2019-12-10 02:31:38 -08:00
interface.js Move `react-native-implementation.js` to `index.js` 2019-09-12 03:29:51 -07:00
jest-preset.js Delete hasteImpl, providesModuleNodeModules, and modulePathNameMapper (#24811) 2019-06-05 10:55:08 -07:00
jest.config.js Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
metro.config.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
package.json v0.114.0 2019-12-13 16:28:39 -08:00
react-native.config.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
react.gradle fix: Bundle assets in monorepo (#26940) 2019-11-05 03:08:12 -08:00
rn-get-polyfills.js Remove Polyfills from RN Open Source 2019-04-04 15:20:33 -07:00
runXcodeTests.sh Move non-license comments out of license header 2019-10-15 20:12:12 -07:00
settings.gradle.kts Tidy up license headers 2019-10-22 07:46:08 -07:00
template.config.js Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
yarn.lock v0.114.0 2019-12-13 16:28:39 -08: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 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 bug fixes 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.