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
29 lines (25 loc) • 617 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
container: {
overflow: 'hidden',
alignItems: 'center',
justifyContent: 'center'
},
image: {
position: 'relative',
resizeMode: 'cover',
width: undefined,
height: undefined
},
loaderContainer: { ..._reactNative.StyleSheet.absoluteFillObject,
alignItems: 'center',
justifyContent: 'center'
}
});
exports.default = _default;
//# sourceMappingURL=ParallaxImage.style.js.map
;