expo react native

JavaScript
npx react-native init AwesomeProject
npm install --global expo-cli

expo init my-project/* Answer to: "what is expo react native" */

/*
  Expo is a toolchain built around React Native to help you quickly
  start an app. It provides a set of tools that simplify the
  development and testing of React Native app and arms you with the
  components of users interface and services that are usually
  available in third-party native React Native components.
  
  Find more information here:
  https://expo.io/
*//* Answer to: "expo react native" */

/*
  Expo is a toolchain built around React Native to help you quickly
  start an app. It provides a set of tools that simplify the
  development and testing of React Native app and arms you with the
  components of users interface and services that are usually
  available in third-party native React Native components.
  
  Find more information here:
  https://expo.io/
*/
Source

Also in JavaScript: