UNPKG

react-native-image-slider-box

Version:

A simple and fully customizable React Native component that implements an Image Slider UI.

21 lines (20 loc) 386 B
export default { paginationBoxStyle: { position: "absolute", bottom: 0, padding: 0, alignItems: "center", alignSelf: "center", justifyContent: "center", paddingVertical: 10 }, dotStyle: { width: 10, height: 10, borderRadius: 5, marginHorizontal: 0, padding: 0, margin: 0, backgroundColor: "rgba(128, 128, 128, 0.92)" } };