How do I get expo to work with this starter kit?

Gravatar

I ran the following commands "yarn add expo"

The project ran, but blank screen after that.

User profile image

Hi,

Sorry, we don't support expo in the latest versions of React Native Starter.

If you have any other questions, please let me know!

Best, Eugene

Solved
User profile image
Shiv Technolabs

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.

Cookie Consent

By continuing to browse or by clicking 'OK', you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes. To learn more about how we use cookies, please see our cookies policy.