UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

32 lines 789 B
import { StyleSheet } from 'react-native'; export default (function (theme) { return StyleSheet.create({ pagination: { position: 'absolute', alignItems: 'center' }, paginationX: { bottom: 10, left: 0, right: 0 }, paginationY: { right: 10, top: 0, bottom: 0 }, pointStyle: { width: 8, height: 8, borderRadius: 8, backgroundColor: theme.color_icon_base }, pointActiveStyle: { backgroundColor: '#888' }, spaceStyle: { marginHorizontal: theme.h_spacing_sm / 2, marginVertical: theme.v_spacing_sm / 2 } }); });