I'm planning on having 4 apps in the same turbo-based monorepo, 3 are mobile apps and one is the admin dashboard (nextjs). I'd like the admin to be able to preview what people will see in the apps easily so I was thinking about using react-native-web to display the native components in nextjs. The main problem I'm having is with integrating native-wind in a component library,
Any existing repository I could use as an example you know of ?