react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Form labels don't align center

Open davidfloegel opened this issue 8 years ago • 2 comments

Hi,

I love using the form but for some reason the labels in the picker & date picker field don't center.

Any idea why? screen shot 2016-12-23 at 12 14 44

Thanks David

davidfloegel avatar Dec 23 '16 11:12 davidfloegel

Not just those. InputField label is not also vertically aligned.

sntran avatar Feb 14 '17 03:02 sntran

The fix is simple - just change the lineHeight of the label to be the height of the row (45 in most cases).

danielmhanover avatar Jul 04 '18 21:07 danielmhanover