<View pointerEvents={myCondition ? 'none' : 'auto'}> ... </View> //none will make the view unresponsive to touch events //auto is the default parameter