DEV Community

Discussion on: How to create React Native App for Android, iOS and Web without Expo

Collapse
 
akshayagashe06 profile image
PetrolHead

'--inline' is deprecated and is treated as true by default.
However, I see the blank screen too. With a message 'Cannot GET /' on it.

Collapse
 
gj_choo_642e75a0e4a2aa83f profile image
GJ Choo

create a "public" folder in the root level, shift your index.html into the "public" folder. Re-run the web app again.

Thread Thread
 
akshayagashe06 profile image
PetrolHead

Thank you.This was helpful to run the application successfully.