UNPKG

react-native-dots-pagination

Version:

Paging as dots for react-native.

12 lines (9 loc) 197 B
import { StyleSheet } from "react-native"; export const Styles = StyleSheet.create({ container: { justifyContent: 'center', alignItems: 'center' }, passive: { }, active: { } });