Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29452

How to make a container / wrapper View Clickable in React

$
0
0

What is the equivalent for linearLayout.setClickable(true);(Android) in React Native below :

<View style={{ flexDirection: 'row', }} ><Text>Hello World!<Text /><View />  

I would like to make the <View /> container / wrapper clickable.

Thank you all.


Viewing all articles
Browse latest Browse all 29452

Trending Articles