n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

can we increase padding between label and input text? #231

Open NancyGarg opened 4 years ago

NancyGarg commented 4 years ago

I wanted to add some space between text input and the label.Tried a few things,nothing worked.

Fedejp commented 4 years ago

If i'm not wrong, you can achieve that by setting containerStyle = {{padding: 8}}, for example

Sandhya-Deshmukh commented 4 years ago

You can apply the style in dropdown component as <Dropdown style={{ marginTop: 10 }} label="Favorite Fruit" data={data} />