Following are the features of React Native −
React
This is a Framework for building web and mobile apps using JavaScript.
Native
You can use native components controlled by JavaScript.
Platforms
React Native supports IOS and Android platform.
Follow are the advantages of React Native −
JavaScript
You can use the existing JavaScript knowledge to build native mobile apps.
Code sharing
You can share most of your code on different platforms.
Community
The community around React and React Native is large, and you will be able to find any answer you need.
Following are the limitations of React Native −
Native Components
If you want to create native functionality which is not created yet, you will need to write some platform specific code.