You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to android doc, ripple animation was added in API level 21, is there any reason native base only support use TouchableNativeFeedback when android API level > 21?
The text was updated successfully, but these errors were encountered:
ming436534
changed the title
Android button ripple should also support Platform === 21 ?
[Button] TouchableNativeFeedback should also be used Platform.Version === 21 && Platform.OS !== 'ios'?
Feb 12, 2018
ming436534
changed the title
[Button] TouchableNativeFeedback should also be used Platform.Version === 21 && Platform.OS !== 'ios'?
[Button] TouchableNativeFeedback should also be used when Platform.Version === 21 && Platform.OS !== 'ios'?
Feb 12, 2018
react-native, react and native-base version
Version:
react-native: 0.52.0
react: 16.2.0
native-base: 2.3.8
Android Version: API level 21
Expected behaviour
Button has ripple
Actual behaviour
Button has no ripple on Press
According to android doc, ripple animation was added in API level 21, is there any reason native base only support use TouchableNativeFeedback when android API level > 21?
The text was updated successfully, but these errors were encountered: