Replies: 1 comment
-
Packages rendering UI to web have to use RSD exports, not RN exports |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the idea/story behind how folks can use React Native community packages? Currently, with react-native-web, most React Native community packages have additional "web" support based on those APIs since they share components like View, Text, etc. When transitioning to react-strict-dom, is the idea for those community packages to switch to using react-strict-dom for all of their code? Or will there be an abstraction on top of react-strict-dom that acts as a layer so that folks can use various React Native community packages on the web?
Beta Was this translation helpful? Give feedback.
All reactions