Closed xiongemi closed 1 year ago
@xiongemi have you found any solution for this issue? I'm having the same issue and don't seem to find out how to overcome this.
Has anyone been able to solve this? I'm trying to use react-native-elements with @storybook/addon-react-native-web but this package is preventing that.
Solution: https://github.com/Monte9/react-native-ratings/issues/168 fixed by patching 'react-native-ratings'
I was trying to use react-native-web to create a web app out of my react native mobile app. it works fine in the mobile simulator, just got errors when i run on the web browser:
I got this error:
Then after I install 'babel-preset-react-native', I got this error:
my dependencies: "react": "17.0.1", "react-native": "0.64.1", "react-native-elements": "3.4.2", "react-native-web": "0.16.3",