React Native
React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android.
Step 1: Install React Native
Open cmd window.Paste the following code
npm install -g create-react-native-app
Step 2:Create New Project in React Js
Open cmd window .Paste the following code
create-react-native-app react-native
Step 3:Run React Native
To Run React Native
cd react-native
npm start