Call to function 'ExpoWebBrowser.warmUpAsync' has been rejected. #88
Description
I've cloned the repo. Configured all env variables and it works on next js. But when I initiate on Android with Expo go below error occurs. I've tried pnpm dev also tried cd into the expo dir then npm run start. Both ways it did not work.
As error suggest I thought some package(webbrowser) related to expo is not correctly installed, tried to reinstall but unfortunately no luck there too.
Couldn't have tested on apple because of the obvious reasons tho.
Thanks for your time.
Error: Call to function 'ExpoWebBrowser.warmUpAsync' has been rejected. → Caused by: Cannot determine preferred package without satisfying it at construct (native) at apply (native) at _construct (http://192.168.1.254:19000/index.ts.bundle?platform=android&dev=true&hot=false:19251:28) at Wrapper (http://192.168.1.254:19000/index.ts.bundle?platform=android&dev=true&hot=false:19213:25) at construct (native) at _createSuperInternal (http://192.168.1.254:19000/index.ts.bundle?platform=android&dev=true&hot=false:95278:322) at call (native) at CodedError (http://192.168.1.254:19000/index.ts.bundle?platform=android&dev=true&hot=false:95286:26)
Activity