Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native diasble view

<View pointerEvents={myCondition ? 'none' : 'auto'}>
  ...
</View>

//none will make the view unresponsive to touch events
//auto is the default parameter
 
PREVIOUS NEXT
Tagged: #react #native #diasble #view
ADD COMMENT
Topic
Name
7+9 =