React Native framework uses React. js library in order to create a true native mobile app. The important difference between React and React Native is that the latter uses native components instead of web components to create the user interface , along with JSX — a syntax that is used to embed XML with JavaScript.
Read moreWhat is the main difference between react and React Native?
Short answer is that react-native builds mobile apps for iOS, Android, and Windows Mobile that you can compile and put in the app stores for users to install. Reactjs is for building web pages for use in a web browser.12 Nis 2018
Read more