react-native-nested-scroll-view icon indicating copy to clipboard operation
react-native-nested-scroll-view copied to clipboard

Not working with 4.4.4 Android Version

Open alz10 opened this issue 7 years ago • 8 comments

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?

alz10 avatar Jun 02 '18 05:06 alz10

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.

cesardeazevedo avatar Jun 02 '18 05:06 cesardeazevedo

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

alz10 avatar Jun 02 '18 05:06 alz10

"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"
  }

alz10 avatar Jun 02 '18 05:06 alz10

Any idea how to fix this?

alz10 avatar Jun 02 '18 08:06 alz10

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.

cesardeazevedo avatar Jun 02 '18 09:06 cesardeazevedo

@Albert0405 have you found way to resolve this ?

ButuzGOL avatar Jul 11 '18 09:07 ButuzGOL

@ButuzGOL you can use react-native-gesture-handler and use their scrollview

alz10 avatar Jul 11 '18 10:07 alz10

Thanks

ButuzGOL avatar Jul 14 '18 04:07 ButuzGOL