Migrate from create-react-native-app to create-expo-app
mainThe create-react-native-app package is deprecated. To create a new Expo project, you should use create-expo-app instead. This is the recommended way to initialize a new React Native project with the Expo framework.
# Use one of the following commands to create a new Expo project
$ npm create expo
$ bun create expo
$ pnpm create expo
$ yarn create expo