react-native-material-dropdown
react-native-material-dropdown copied to clipboard
can we increase padding between label and input text?
I wanted to add some space between text input and the label.Tried a few things,nothing worked.
If i'm not wrong, you can achieve that by setting containerStyle = {{padding: 8}}, for example
You can apply the style in dropdown component as <Dropdown style={{ marginTop: 10 }} label="Favorite Fruit" data={data} />