Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 371 Bytes

CUSTOMIZING-STATICS.md

File metadata and controls

12 lines (9 loc) · 371 Bytes

Customizing Static Files

This is akin to ejecting in create-react-app

To use your own version of the static files which are located at @expo/webpack-config/web-default. You can simply add a web/ folder in your root directory. @expo/webpack-config will check for this before using web-default.

- web
|- index.html
|- favicon.ico
|- serve.json