I tried using the ScrollView onResponderRelease event on an Android device, but it is not working fine. Code like this:
<ScrollView onResponderRelease = {()=>{console.log('release')}} />
I saw that many interactive libs used this api like this. Does it support the Android platform?
react-native
Star δΈΆ Xing
source share