UNPKG

react-native-snap-carousel-deprecated-view-prop-types

Version:

react-native-snap-carousel with deprecated-react-native-prop-types

21 lines (19 loc) 453 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { overflow: 'hidden', alignItems: 'center', justifyContent: 'center' }, image: { position: 'relative', resizeMode: 'cover', width: null, height: null }, loaderContainer: { ...StyleSheet.absoluteFillObject, alignItems: 'center', justifyContent: 'center' } });