I\'m really new to React Native and I\'m wondering how can I hide/show a component. Here\'s my test case:
React Native's layout has the display property support, similar to CSS. Possible values: none and flex (default). https://facebook.github.io/react-native/docs/layout-props#display
display
none
flex