I\'m really new to React Native and I\'m wondering how can I hide/show a component.
Here\'s my test case:
If you want to hide it but keep the space occupied by the component like css's visibility: hidden setting in the component's style opacity: 0 should do the trick.
Depending on the component other steps in disabling the functionality might be required as interaction with an invisible item is possible.