react-native-snap-carousel-v4
Version:
Original project: https://github.com/meliorence/react-native-snap-carousel I made this package because I need the version 4 package to be published, so that I can run EAS Build on my expo app, previously I was pointing directly to the v4 branch on the ori
19 lines • 453 B
JavaScript
import { StyleSheet } from 'react-native';
export default StyleSheet.create({
container: {
overflow: 'hidden',
alignItems: 'center',
justifyContent: 'center'
},
image: {
position: 'relative',
resizeMode: 'cover',
width: undefined,
height: undefined
},
loaderContainer: { ...StyleSheet.absoluteFillObject,
alignItems: 'center',
justifyContent: 'center'
}
});
//# sourceMappingURL=ParallaxImage.style.js.map