Not working with 4.4.4 Android Version
I'm using 3 real device to test my react native application, two of the device is in 4.4.4 Android Version and the other one is 7.1.1. Any fix for this?
Hi, thanks for report, but what you mean with "not working"?
Does the library successfully compiled? if not, can you provide a stackstrace? Does the library didn't achieve your needs? What exactly you are trying to do? What react-native version are you using? Can you provide a way that i could reproduce your problem?
This library is way too generic, and i have no idea on how people are using it, i can't fix it if i don't understand what's going on.
If you could provide more information about your issue, i would be glad to help you.
Thanks.
Sorry, it actually works for my devices i can run the application with no error or anything unfortunately when i try to scroll, the scrolling effect wont work on 4.4.4 devices but only works on my other device which is running on 7.1.1
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"axios": "^0.18.0",
"firebase": "^5.0.3",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-nested-scroll-view": "^6.0.1",
"react-native-progress": "^3.4.0",
"react-native-responsive-dimensions": "^1.0.2",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"watchman": "^1.0.0"
}
Any idea how to fix this?
Thanks for the info, i really don't have a quickly fix for that, android 4.4.4 is very problematic, i believe this would required a deep investigation and may end up unresolved.
I suggest you to post a sample project that i could be able to investigate on my spare time and others people as well.
But if you have urgency, there's definitely nothing that i can do about it for now, sorry.
@Albert0405 have you found way to resolve this ?
@ButuzGOL you can use react-native-gesture-handler and use their scrollview
Thanks