expo web

0 14
Avatar for amani2765
8 months ago
Topics: Experiences

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:

2
$ 0.11
$ 0.11 from @TheRandomRewarder
Avatar for amani2765
8 months ago
Topics: Experiences

Comments