npx react-native init expo code example
Example 1: create react-native project
npx react-native init AwesomeProject
Example 2: npx react-native
npm install -g expo-cli
npx react-native init AwesomeProject
npm install -g expo-cli