

React Native is MIT licensed, as found in the LICENSE file. Larger discussions and proposals are discussed in 📄 License This is a great place to get started, gain experience, and get familiar with our contribution process. We have a list of good first issues that contain bugs which have a relatively limited scope. You can learn more about our vision for React Native in the Roadmap. 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. Please read the full text so that you can understand what actions will and will not be tolerated. Code of Conductįacebook has adopted a Code of Conduct that we expect project participants to adhere to. Read below to learn how you can take part in improving React Native. 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. The main purpose of this repository is to continue evolving React Native core. React Native releases are discussed in this discussion repo. See the Upgrading Guide for instructions.

Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. The source for the React Native documentation and website is hosted on a separate repo, 🚀 Upgrading For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation. The React Native documentation discusses components, APIs, and topics that are specific to React Native. The full documentation for React Native can be found on our website. Adding React Native to an Existing Application.Here you can find short guides for the most common scenarios: The recommended way to install React Native depends on your project. 🎉 Building your first React Native appįollow the Getting Started guide. Tools like Expo can be used to work around this. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. React Native apps may target iOS 12.4 and Android 5.0 (API 21) or newer. React Native is developed and supported by many companies and individual core contributors. Reuse code across iOS, Android, and other platforms. Changes to JavaScript code can be live reloaded without rebuilding the native app. Build encapsulated components that manage their state, then compose them to make complex UIs. Declarative views make your code more predictable and easier to debug. React makes it painless to create interactive UIs. With React Native, you use native UI controls and have full access to the native platform. React Native brings React's declarative UI framework to iOS and Android.
