You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Android crashes when I scroll to the end of tabs.
It happens all the time on Android.
You scroll to the end and then you try to scroll the last item more and more few times, but it's the last item so app just crashed after few scrolls.
Expected behaviour
Android doesn't have crash when I scroll.
Screenshots (if applicable)
It's only your library in my project which uses reanimated and react-native-gesture-handler together, and it happens on react-native-tab-view components. So I believe, it's related to your library.
What have you tried
I updated react-native-tab-view to 2.13.0.
I updated reanimated to 1.7.0.
I put import 'react-native-gesture-handler' at the top of root file index.js.
Releated issue here
Current behaviour
Android crashes when I scroll to the end of tabs.
It happens all the time on Android.
You scroll to the end and then you try to scroll the last item more and more few times, but it's the last item so app just crashed after few scrolls.
Expected behaviour
Android doesn't have crash when I scroll.
Screenshots (if applicable)
It's only your library in my project which uses reanimated and react-native-gesture-handler together, and it happens on react-native-tab-view components. So I believe, it's related to your library.
What have you tried
I updated react-native-tab-view to 2.13.0.
I updated reanimated to 1.7.0.
I put import 'react-native-gesture-handler' at the top of root file index.js.
Releated issue here
Your Environment