React Native
Framework for developing Android and IOS applications
React Native is a framework for developing native Android and iOS applications using JavaScript and React.
It provides a set of cross-platform components that behind the scenes utilize the platform's native components.
Using React Native allows us to bring all the familiar features of React such as JSX, components, props, state, and hooks into native application development.
On top of that, we can utilize many familiar libraries in the React ecosystem such as React Redux, Apollo, React Router and many more.