ide / react-native-button

A button for React apps
MIT License
774 stars 129 forks source link

Add TouchableNativeFeedback on Android #57

Open edy opened 7 years ago

edy commented 7 years ago

To get the native feeling of a button on android, TouchableNativeFeedback should be used instead of TouchableOpacity (for iOS).

See https://github.com/facebook/react-native/blob/master/Libraries/Components/Button.js

andretf commented 5 years ago

I don't see what it is the real issue here, since it has always used TouchableNativeFeedback for Android at https://github.com/facebook/react-native/blob/master/Libraries/Components/Button.js#L123.