Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/react-native
A framework for building native applications using React
https://github.com/facebook/react-native
android app-framework cross-platform ios mobile mobile-development react react-native
Last synced: 3 days ago
JSON representation
A framework for building native applications using React
- Host: GitHub
- URL: https://github.com/facebook/react-native
- Owner: facebook
- License: mit
- Created: 2015-01-09T18:10:16.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:24:10.000Z (about 1 month ago)
- Last Synced: 2024-10-29T12:45:07.508Z (about 1 month ago)
- Topics: android, app-framework, cross-platform, ios, mobile, mobile-development, react, react-native
- Language: C++
- Homepage: https://reactnative.dev
- Size: 856 MB
- Stars: 118,935
- Watchers: 3,596
- Forks: 24,303
- Open Issues: 876
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-pre-060.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-android - React Native - A framework for building native apps with React by Facebook. (Development Alternatives / HTML, CSS and Javascript)
- awesome-javascript - react-native - A framework for building native apps with React. (MVC Frameworks and Libraries / Runner)
- awesome-react - React Native GitHub
- awesome-for-beginners - React Native - first-issue)_ <br> A framework for building native apps with React. (JavaScript)
- awesome-list - react-native
- awesome-bytecode - React-Native
- awesome-react-renderer - react-native - A framework for building native apps with React. (Mobile)
- awesome-javascript-cn - react-native
- awesome-game-engine-dev - React Native - Framework for building native apps using React. [[Website](https://reactnative.dev/)] (Libraries / JavaScript)
- jimsghstars - facebook/react-native - A framework for building native applications using React (C++)
- awesome - facebook/react-native - A framework for building native applications using React (C++)
- awesome-ccamel - facebook/react-native - A framework for building native applications using React (C++)
- awesome-github-repos - facebook/react-native - A framework for building native applications using React (C++)
- awesome-starred - react-native - A framework for building native apps with React. (JavaScript)
- awesome-github-star - react-native
- awesome-android - React Native - A framework for building native apps with React by Facebook. (Development Alternatives / HTML, CSS and Javascript)
- awesome-dev-machine - react-native (Free) - Framework for building native apps with React - Mac/Windows (Command Line Tools)
- awesome - facebook / react-native
- awesome-react-native - Repository
- awesome-react - React Native GitHub
- web-develop-awesome - React Native
- my-awesome - react-native - A framework for building native apps with React. (Java)
- awesome - react-native - A framework for building native apps with React. (React / React Components)
- awesome-ios-1 - facebook / react-native
- A-collection-of-awesome-browser-side-JavaScript-libraries-resources-and-shiny-things. - react-native - A framework for building native apps with React. (MVC Frameworks and Libraries / Runner)
- awesome - React-native - Really good framework to develop cross-platform apps with JavaScript libs (Tools ๐งฐ)
- awesome-frontend - react native - ไฝฟ็จ React ๆฅ็ผๅๅ็ๅบ็จ็ๆกๆถ
- awesome-javascript - react-native - A framework for building native apps with React. ` ๐ 7 hours ago ` (MVC Frameworks and Libraries [๐](#readme))
- awesome-javascript - react-native - A framework for building native apps with React. - โ 70925 (MVC Frameworks and Libraries)
- starred-awesome - react-native - A framework for building native apps with React. (JavaScript)
- StarryDivineSky - facebook/react-native
- awesome-react-cn - React Native GitHub
- awesome-react - React Native GitHub - A framework for building native apps with React. ` ๐ 8 hours ago` (React Native [๐](#readme))
- awesome-android-cn - ๅฎ็ฝ
- awesome-list - React Native - A framework for building native applications using React. (Desktop App Development / Data Management)
- fucking-awesome-for-beginners - React Native - first-issue)_ <br> A framework for building native apps with React. (JavaScript)
- awesome-learning-resources - React Native GitHub
- ReactNativeMaterials - ๆบไปฃ็
README
React Native
Learn once, write anywhere:
Build mobile apps with React.
Getting Started
ยท
Learn the Basics
ยท
Showcase
ยท
Contribute
ยท
Community
ยท
SupportReact Native brings [**React**'s][r] 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][p].React Native is developed and supported by many companies and individual core contributors. Find out more in our [ecosystem overview][e].
[r]: https://react.dev/
[p]: https://reactnative.dev/docs/out-of-tree-platforms
[e]: https://github.com/facebook/react-native/blob/HEAD/ECOSYSTEM.md## Contents
- [Requirements](#-requirements)
- [Building your first React Native app](#-building-your-first-react-native-app)
- [Documentation](#-documentation)
- [Upgrading](#-upgrading)
- [How to Contribute](#-how-to-contribute)
- [Code of Conduct](#code-of-conduct)
- [License](#-license)## ๐ Requirements
React Native apps may target iOS 15.1 and Android 7.0 (API 24) 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](https://expo.dev) can be used to work around this.
## ๐ Building your first React Native app
Follow the [Getting Started guide](https://reactnative.dev/docs/getting-started). The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:
- [Trying out React Native][hello-world]
- [Creating a New Application][new-app]
- [Adding React Native to an Existing Application][existing][hello-world]: https://snack.expo.dev/@samples/hello-world
[new-app]: https://reactnative.dev/docs/getting-started
[existing]: https://reactnative.dev/docs/integration-with-existing-apps## ๐ Documentation
The full documentation for React Native can be found on our [website][docs].
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][r-docs].
The source for the React Native documentation and website is hosted on a separate repository, [**@facebook/react-native-website**][repo-website].
[docs]: https://reactnative.dev/docs/getting-started
[r-docs]: https://react.dev/learn
[repo-website]: https://github.com/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][u] for instructions.
React Native releases are discussed [in this discussion repo](https://github.com/reactwg/react-native-releases/discussions).
[u]: https://reactnative.dev/docs/upgrading
[repo-releases]: https://github.com/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][code]
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the [full text][code] so that you can understand what actions will and will not be tolerated.[code]: https://code.fb.com/codeofconduct/
### [Contributing Guide][contribute]
Read our [**Contributing Guide**][contribute] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native.
[contribute]: https://reactnative.dev/docs/contributing
### [Open Source Roadmap][roadmap]
You can learn more about our vision for React Native in the [**Roadmap**][roadmap].
[roadmap]: https://github.com/facebook/react-native/wiki/Roadmap
### Good First Issues
We have a list of [good first issues][gfi] 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.
[gfi]: https://github.com/facebook/react-native/labels/good%20first%20issue
### Discussions
Larger discussions and proposals are discussed in [**@react-native-community/discussions-and-proposals**][repo-meta].
[repo-meta]: https://github.com/react-native-community/discussions-and-proposals
## ๐ License
React Native is MIT licensed, as found in the [LICENSE][l] file.
React Native documentation is Creative Commons licensed, as found in the [LICENSE-docs][ld] file.
[l]: https://github.com/facebook/react-native/blob/main/LICENSE
[ld]: https://github.com/facebook/react-native/blob/main/LICENSE-docs