UNPKG

react-native-select-input-ios

Version:

A React Native SelectInput for iOS and Android, which uses a keyboard with a Picker component

15 lines (12 loc) 263 B
import { StyleSheet } from 'react-native' const styles = StyleSheet.create({ defaultcontainerstyle: { flexDirection: 'column', justifyContent: 'center' }, defaultlabelstyle: { alignSelf: 'center', fontSize: 13 } }) export default styles