Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bolt-expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"web": {
"bundler": "metro",
"output": "static",
"output": "single",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the deployment to Netlify still work with this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it does. With this the behaviour is:

single outputs a Single Page Application (SPA), with a single index.html in the output folder, and has no statically indexable HTML

(docs: https://docs.expo.dev/versions/latest/config/app/#output)

"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
Expand Down