Skip to content

Support for show/hide in StyleSheet #176

Description

@co2-git
{display: show ? 'inherit' : 'none'}

<View style={{show: true}} />

{display: hide ? 'none' : 'inherit'}

<View style={{hide: true}} />

See how that plays with mobile

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions