react-native-picker-modal-view
Version:
React Native Picker Modal View
20 lines • 483 B
JavaScript
import { StyleSheet, Dimensions } from 'react-native';
const { height } = Dimensions.get('screen');
export const AlphabetStyle = StyleSheet.create({
container: {
marginHorizontal: 10,
zIndex: 2,
},
alphabetButton: {
paddingVertical: 5,
paddingHorizontal: 5,
},
alphabetText: {
fontSize: 10,
textAlign: 'center',
},
selected: {
fontWeight: 'bold',
},
});
//# sourceMappingURL=AlphabetStyle.js.map