jfilter / react-native-onboarding-swiper

🛳 Delightful onboarding for your React-Native app
https://www.npmjs.com/package/react-native-onboarding-swiper
Other
971 stars 179 forks source link

TypeError: Cannot read properties of undefined (reading 'style') #119

Closed samlobeng closed 2 years ago

samlobeng commented 2 years ago

Module../node_modules/react-native-onboarding-swiper/src/Page.js http://localhost:19006/static/js/bundle.js:46656:94 46653 | Page.propTypes = { 46654 | isLight: prop_typesWEBPACK_IMPORTED_MODULE4default.a.bool.isRequired, 46655 | image: prop_typesWEBPACK_IMPORTED_MODULE4default.a.element.isRequired,

46656 | containerStyles: react_native_web_dist_indexWEBPACK_IMPORTED_MODULE_3["ViewPropTypes"].style, | ^ 46657 | imageContainerStyles: react_native_web_dist_indexWEBPACK_IMPORTED_MODULE_3["ViewPropTypes"].style, 46658 | title: prop_typesWEBPACK_IMPORTED_MODULE4default.a.oneOfType([prop_typesWEBPACK_IMPORTED_MODULE4default.a.string, prop_typesWEBPACK_IMPORTED_MODULE4default.a.element]).isRequired, 46659 | subtitle: prop_typesWEBPACK_IMPORTED_MODULE4default.a.oneOfType([prop_typesWEBPACK_IMPORTED_MODULE4default.a.string, prop_typesWEBPACK_IMPORTED_MODULE4default.a.element]).isRequired,

Gayatri19670 commented 2 years ago

same issuse

jfilter commented 2 years ago

This was fixed. However, React Native for Web is currently not working. https://github.com/jfilter/react-native-onboarding-swiper/issues/83