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) 245 B
import { StyleSheet } from 'react-native' const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'flex-end' }, pickerview: { backgroundColor: '#FFFFFF' } }) export default styles