Replies: 1 comment
-
According to the docs, Expo is the recommended way to test RSD https://facebook.github.io/react-strict-dom/learn/setup/ so I guess you can use Expo and just don't import component from react-native/expo package for View, Text etc, and use RSD html.*. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We're trying to create POC using react-strict-dom.
We were able to run same code for web and native applications using react-native-web within Expo. Is there a way to do so without it, just purely relying on react-strict-dom?
Or do we go monorepo approach and have 2 separate apps - Expo and Next.js and common component package which uses react-strict-dom and we use them within our apps.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions