Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.53 KB

File metadata and controls

55 lines (35 loc) · 1.53 KB

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app. Ditto is already installed.

⚠️ Expo Go and Expo Web are not compatible with Ditto.

Get started

  1. Install dependencies

    yarn
  2. Generate iOS and Android folders (Expo CNG)

     yarn expo prebuild
  3. Run either yarn run android or yarn run ios based on the targeted platform

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

Troubleshooting

  1. Bumping into something like this?
const stringWidth = require('string-width');
                    ^

Error [ERR_REQUIRE_ESM]: require() of ES Module /

Clean everything and start fresh:

yarn clean