chen-rn / CUA

(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
https://cua-demo.vercel.app
MIT License
1.02k stars 67 forks source link

[BUG] unmatched route in expo #74

Open nityanantan23 opened 1 year ago

nityanantan23 commented 1 year ago

Describe the bug after executingyarn native, it shows unmatched route. for web, it runs fine. the URL: exp://{url}/--/

To Reproduce

  1. Run 'yarn native'
  2. See error

Expected behavior main screen

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

clearly-outsane commented 1 year ago

image

I get it too, just clone the project and run yarn native ( after yarn dev )

cody3b commented 1 year ago

Same issue here. tested in iOS Expo Go as well as Android emulator

cody3b commented 1 year ago

using this fork resolved this issue for me: https://github.com/dozken/CUA I'm guessing version changes fixed it but not 100% sure.