Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 987 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 987 Bytes

Add-Some-Expo-2023

A small demo starting from npx react-native@latest init, gradually adding Expo modules, prebuild, EAS Build and Update, etc.

View the closed PR's to see step-by-step Expo integrations:

  1. Add Expo Modules
  2. Setup Development Builds
  3. Adopt Prebuild
  4. Configure EAS Build
  5. Configure EAS Update
  6. Setup EAS Update PR Review Workflow

Then, you can see the PR Review workflow in action with this open PR.

Running the demo

  1. Run yarn to restore dependencies
  2. Run yarn start to start the Expo CLI and run on a simulator or device.

More fun stuff