@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
22 lines (17 loc) • 312 B
text/typescript
import { StyleSheet } from 'react-native';
export const styles = StyleSheet.create({
container: {
padding: 8,
},
label: {},
activeContainer: {
backgroundColor: '#4285f4',
},
activeLabel: {
color: 'white',
fontWeight: 'bold',
},
disabledLabel: {
color: '#dddddd',
},
});