expo web
0
22
Hello,
You could run expo in web but there is some tricks:
1 - No reload app with r:
It leads to stop the server because after detecting it is not an android app runned then stops the server.
2 - Checking dependencies:
You could run npm start then w to check the exact version to not be obliged to set legal deep dependencies to false.
3 - Alert doesn't work:
You need to run following code to have it working for web.
Final result looks like this: