React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It’s based on React, Facebook’s JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms.
Read moreIs React Native and react JS different?
While Reactjs is basically a JavaScript library and React Native is the entire framework , the former is the heart of the latter, and compliments each other. If Reactjs is optimal for creating apps with high functionality and complex calculations, then React Native is ideal to give a native feeling to your mobile apps.
Read more