Skip to content

Can't hide the textInput with styles in RN 0.45 #137

@avencat

Description

@avencat

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:

capture d ecran 2017-06-07 a 19 23 36

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions