I use TouchableNativeFeedback
to show a nice ripple effect on Android, I use a <View>
wrapper over TouchableNativeFeedback
to solve a borderRadius problem on it (See here: react native elements issue).
When I perform a longPress, then the borderRadius fix does not have any affect.