Skip to content

kristinbrooks/nextjs-expo-supabase-spike

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published