React Native components
React native frameworks
Apps created by React native
React Native allows us to create native apps for Android, iOS, and more using React.
In other words, you can create native mobile apps using JavaScript, and you can build apps for Android and IOS using the same code.
React Native consists of several components, such as:
You can build your React Native directly using the RN CLI without setting up any framework.
But it is more convenient to use a framework like Expo to speed up your development process.



