You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is the expected behavior if the key inside app.json web.output = single.
But in the default project when we clone the starter-base https://github.com/mrzachnugent/react-native-reusables.git, web.output is set to "static" which should generate an html files for each page and it does BUT the body inside those html files is empty and need rehydration (not good for SEO).
When I build with a brand new expo project with web.output = static, I do get all the html files and the body inside those html files are not empty and filled with the expected content.
I can't really tell why, i'm not experienced enough.
Describe the bug
When exporting app with static rendering, html files have an empty body content in dist folder
To Reproduce
Steps to reproduce the behavior:
Expected behavior
generated html files should have a body content like expo base template
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: