Quantcast
Channel: How to use TouchableNativeFeedback in React native android? - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by Karthick Kumar for How to use TouchableNativeFeedback in React native android?

$
0
0

It can be implement like this, see the react-native documentation for more functionality.

​ <TouchableNativeFeedback
     background={TouchableNativeFeedback.Ripple('red')}>
     <View style={styles.view}>
        <Text style={style.text}>Text Here</Text>
     </View>
  </TouchableNativeFeedback>

Viewing all articles
Browse latest Browse all 5

Trending Articles