react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

Remove style "dateTouch"

Open marcelglaeser opened this issue 7 years ago • 4 comments

Remove Style.dateTouch to make it possible to use flex layout.

marcelglaeser avatar Dec 22 '17 17:12 marcelglaeser

Coverage Status

Coverage remained the same at 98.276% when pulling c9bf19e4cd601764fc225d493a05d53baf9e99f2 on marcelglaeser:master into 58ed2b1fa9c6f372104788e6d2b5fa960be2792f on xgfe:master.

coveralls avatar Dec 22 '17 17:12 coveralls

This PR breaks buttons on react-native >= 0.54

MainAero avatar Apr 30 '18 13:04 MainAero

You can get to the same result passing style prop to the DatePicker component:

<DatePicker style={{ width: null }} />

MainAero avatar Apr 30 '18 13:04 MainAero

Maybe we can close this PR as there is a workaround exist

alaminopu avatar Oct 25 '19 18:10 alaminopu