You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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,
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]
/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,
The text was updated successfully, but these errors were encountered: