react native web
johhansantana opened this issue · comments
Has someone been able to use latest version with react-native-web? Specifically using Nextjs.
I keep getting Cannot find module 'react-native'
. I think I remember being able to use previous versions without this problem.
EDIT
Yup, was able to use it with version 3.0.1 no prob.
Thanks for this, after a few hours of googling error messages, I just downgraded to 3.0.1 and solved the issue.
Hi, are there any plans to support react-native-web
on newer versions?
Hey folks, this package is only for React Native. There are no plans to support react-native-web
, because there would be no way of detecting and stripping unsupported CSS properties for React Native.