Setting up and installing React Native with Expo is a little bit of a process. Thus, I thought it might be helpful to provide a tutorial on how to install it and also how to resolve the common issues you may run into when installing it. This is for MAC OS - Apple computers.
This includes installing: NodeJS: https://nodejs.org/en
Create an Expo account: https://expo.dev/signup
install brew:: https://brew.sh/
Install watchman: brew install watchman
The following Terminal Commands:
npx create-expo-app my-new-project
npx expo start