Yassine Oujaa

Results 2 comments of Yassine Oujaa

Hello , Try adding infoplist to your app.json file instead of using this library : `"infoPlist": { "UISupportedInterfaceOrientations": "UIInterfaceOrientationPortrait" }`

You should just patch the package by changing these three files : `node_modules/react-native-snap-carousel/src/carousel/Carousel.js` , `node_modules/react-native-snap-carousel/src/pagination/Pagination.js` , `node_modules/react-native-snap-carousel/src/parallaximage/ParallaxImage.js` and instead of importing ViewPropTypes from 'react native' , import it from **`deprecated-react-native-prop-types`**....