React Native View component does not support hiding or changing visibility option by default . We wrote a custom component MyView with this in mind. Our custom component MyView can accept a prop hide that hides the element when the prop is set to true.
Read moreWhat is a React Native view?
The most fundamental component for building a UI, View is a container that supports layout with flexbox, style, some touch handling, and accessibility controls . View maps directly to the native view equivalent on whatever platform React Native is running on, whether that is a UIView , <div> , android.view , etc.19 Oca 2022
Read moreHow do I use view in React Native?
React Native View Example
Read more