co2-git/reactors

Support for show/hide in StyleSheet

Opened this issue · 0 comments

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

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

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

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

See how that plays with mobile