UNPKG

react-native-select-input-ios

Version:

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

11 lines (8 loc) 173 B
import { Dimensions, StyleSheet } from 'react-native' const styles = StyleSheet.create({ buttontext: { color: '#006BFF', padding: 8 } }) export default styles