Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50324 Changelog: [Internal] Reviewed By: rubennorte Differential Revision: D71976930 fbshipit-source-id: 5bfaccfd1e1967c691cfbf3f5584d6052c0bec2c
React Native Documentation
This is the internal technical documentation for React Native. It is not intended for end users of the platform.
For information on our documentation strategy and structure, see DOCS.md.
Usage
This repository is not meant to be consumed directly by end users. Instead, it creates several packages that are published to the NPM registry for direct consumption by end users and frameworks.
This repository uses a monorepo approach, and public packages can be found in the packages directory (the ones that do not contain "private": true in their package.json file).
The most important package is the react-native package, located in packages/react-native, which contains the public JavaScript API.
This repository provides the Android and iOS versions of React Native. Versions for other platforms are maintained in their own repositories.
Design
TODO: Explain the different components of React Native at a high level.
Relationship with other systems
Part of this
- Android platform
- Feature Flags
- Web APIs
Used by this
This repository has many different types of dependencies: build systems, external packages to be used during development, external packages used at runtime, etc.
Uses this
The main use cases for this repository are:
- Developing React Native itself.
- Testing and releasing React Native.
- Synchronizing forks like
react-native-windowsandreact-native-macos.