react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

ParallaxImage resizeMode stretch

Open wilav-dev opened this issue 2 years ago • 0 comments

When I use ParallaxImage with resizeMode stretch the image is getting cut off. If I replace ParallaxImage by Image it's working as expected

Parallax example: https://codesandbox.io/s/react-native-forked-gzvsn6?file=/src/styles.js:663-673 Image example: https://codesandbox.io/s/react-native-forked-ts29mx?file=/src/App.js

Any idea?

wilav-dev avatar Apr 15 '22 12:04 wilav-dev