First release on: March 26, 2015 Current version: 0.64.0 / March 12, 2021 Create react native project: react-native init FirstProject Run the app in device: react-native run-android / react-native run-ios // better to use xcode for the ios build system React Native — App // App.js
import React from 'react';
import { Text, View }…