chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Directed scrollView doesn't work correctly on Android. #59

Open VikBn opened 3 years ago

VikBn commented 3 years ago

How to use directedScrollView on Android? I tried it on Android platform but have received broken view.

https://user-images.githubusercontent.com/32108055/115280648-d3ee5680-a150-11eb-9e46-7697628bca05.mp4

IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.7199119 Visual Studio: Not Found Languages: Java: 1.8.0_211 npmPackages: @react-native-community/cli: Not Found react: ^17.0.1 => 17.0.2 react-native: 0.64.0 => 0.64.0 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

XchHarutyunyan commented 11 months ago

Hi @VikBn, did you somehow solve this problem, did you find any other solution?

VikBn commented 11 months ago

Hi @VikBn, did you somehow solve this problem, did you find any other solution?

We published to the npm our own fork @olimpic245/react-native-directed-scrollview you can try it, maybe it will be helpful.

XchHarutyunyan commented 11 months ago

Hi @VikBn, did you somehow solve this problem, did you find any other solution?

We published to the npm our own fork @olimpic245/react-native-directed-scrollview you can try it, maybe it will be helpful.

Thank you very much, I will try to implement it and give you an answer