//if you want to use expo for your react native app. //first you need to install expo-cli. npm install -g expo-cli //after that use expo init <name>. //chose the name you wnat. expo init appName