Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 904 Bytes

Supports Expo Web

This demo shows you how to setup your Next.js website to use packages from the Expo SDK like Camera, Gestures, Permissions, etc... Refer to the Next adapter docs to learn how to add more React Native packages to your Next.js project.

🏁 New Commands

When targeting web, you'll need to use the Next.js CLI instead of Expo CLI:

  • Starting web

    • 🚫 yarn expo
    • yarn next
  • Building web

    • 🚫 yarn expo export:web
    • yarn next build

👀 More Info