Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"export 'ViewPropTypes' was not found in 'react-native-web/dist/index' #24

Open
mareedu opened this issue Jan 29, 2022 · 3 comments
Open

Comments

@mareedu
Copy link

mareedu commented Jan 29, 2022

/node_modules/react-native-snap-carousel/src/pagination/PaginationDot.js:19:31
"export 'ViewPropTypes' was not found in 'react-native-web/dist/index'
17 | inactiveStyle: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,
18 | index: PropTypes.number,

19 | style: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,
| ^
20 | tappable: PropTypes.bool
21 | };

@juliantreweeke
Copy link

also getting same error as above

@juliantreweeke
Copy link

@mareedu I think this could be related, looking into it
meliorence/react-native-snap-carousel#931

@juliantreweeke
Copy link

looks like an issue with react-native-snap-carousel
I got this kinda working on web by using a beta version, and running from root:
yarn add [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants