Sharing styled-components theme and components between React DOM and React Native: what is the safe boundary?
We have a React web app using styled-components and are adding a React Native app using styled-components/native. Both should consume the same design tokens (colors, spacing, typography) through ThemeProvider, and ideally some presentational components would be shared rather than rewritten per platform. The uncertainty is where the interoperability line actu