nourse
nourse
I had the same question. As a workaround i serve all my static files from another local server. So basically you just do: ``` npm i concurrently --save-dev ``` and...
It was my first approach. I think it's the cleanest solution but there is an issue with that: - a video already in full screen goes black when you request...
So do i
This issue is still present in `expo-router ~5.1.4` / `expo SDK 53`. The getId trick doesn’t work either. Here’s a minimal reproduction: ``` javascript // index file const router =...