UNPKG

react-native-global-datetimepicker

Version:
16 lines 363 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container_pressable: { flex: 1, }, container: { flex: 1, alignItems: 'center', justifyContent: 'center', backgroundColor: 'rgba(40,40,40,0.19)', }, content: { padding: 12, }, }); //# sourceMappingURL=styles.js.map