timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.31k stars 69 forks source link

Disable the deprecated react native web lite #138

Closed rmarscher closed 6 months ago

rmarscher commented 6 months ago
rmarscher commented 6 months ago

It works but react native stylesheets are not rendered with getInitialProps in _document.tsx. Similar to this discussion - https://github.com/tamagui/tamagui/discussions/1633 and this issue - https://github.com/vercel/next.js/issues/40440

It seems that switching to the app router may be the only way to get this all working.

timothymiller commented 6 months ago

I had not idea react-native-web-lite was deprecated. Good find!

rmarscher commented 6 months ago

So this shouldn't really break anything if you want to merge it but the style issues persist. Maybe close this PR and decide on how to proceed with #139