UNPKG

react-native-pages

Version:

Easy to use page view component

18 lines (15 loc) 271 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { flex: 1, justifyContent: 'center', margin: 4, }, dot: { backgroundColor: 'white', borderRadius: 4, width: 8, height: 8, margin: 4, }, });