timothymiller / t4-app

Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.
https://t4stack.com
MIT License
1.49k stars 84 forks source link

Fix api dev command for expo development #158

Open nickfujita opened 4 months ago

nickfujita commented 4 months ago

Due to a breaking change in wrangler, the worker dev server is now only available on localhost by default. In order to allow access to the dev server on you machine ip, you need to use the --ip option. This allows simulators and physical devices on your local network to successfully call the dev api.

Fixes: https://github.com/timothymiller/t4-app/issues/155