without Expo: npx react-native init projectname with expo cli: npm i -g expo-cli expo init AppName
// react native: npx react-native init projectname // expo: npm i -g expo-cli expo init AppName
expo init yourapp