react-native-datepicker
react-native-datepicker copied to clipboard
Remove style "dateTouch"
Remove Style.dateTouch to make it possible to use flex layout.
Coverage remained the same at 98.276% when pulling c9bf19e4cd601764fc225d493a05d53baf9e99f2 on marcelglaeser:master into 58ed2b1fa9c6f372104788e6d2b5fa960be2792f on xgfe:master.
This PR breaks buttons on react-native >= 0.54
You can get to the same result passing style
prop to the DatePicker
component:
<DatePicker style={{ width: null }} />
Maybe we can close this PR as there is a workaround exist