I ran the following commands "yarn add expo"
The project ran, but blank screen after that.
To integrate Expo with your React Native Starter Kit:
Install Expo CLI globally: npm install -g expo-cli Create a new Expo project: expo init your-project-name Choose a template (e.g., "blank") and create the project. Copy Starter Kit code into your Expo project. Install dependencies: npm install or yarn install. Run the app: expo start, then scan the QR code to preview it on a device. Optionally, use an Android/iOS simulator.