Replies: 3 comments 3 replies
|
Packages rendering UI to web have to use RSD exports, not RN exports |
0 replies
|
Hello. I was wondering what would happen if we use RNfW elements alongside with RSD elements without I can see in the example app, there's RSD elements nested directly inside a |
0 replies
|
I am thinking about trying RSD on a new project, but yeah I am questioning myself with things like SVG or animation. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions