Before I update to react-native 0.45, I could hide the dateText with such style:
dateInput: {
borderWidth: 0,
borderStyle: null,
height: 0,
width: 0,
},
but since I updated, this give me that:

I managed to make a PR that hides the date text with an option but it is not merged yet, can someone please fix the styling issue or merge the #127 PR ?
Before I update to react-native 0.45, I could hide the dateText with such style:
but since I updated, this give me that:
I managed to make a PR that hides the date text with an option but it is not merged yet, can someone please fix the styling issue or merge the #127 PR ?