UNPKG

react-native-carousel-control

Version:

React Native Carousel control with support for iOS and Android.

14 lines (12 loc) 242 B
import { StyleSheet } from "react-native"; let styles = StyleSheet.create({ container: { flex: 1, justifyContent: "center", alignSelf: "stretch" }, page: { flex: 1 } }); export default styles;