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
It must be rendered in RTL layout without any error
Actual Behavior
It says "com.facebook.react.views.scroll.ReactScrollView cannot be cast to com.facebook.react.views.scroll.ReactHorizontalScrollView "
Reproducible Demo
I am using react-native-snap-carousel and it was working fine on both Android and iOS in LTR layout but when I switch to RTL layout it causes exception in Android as "com.facebook.react.views.scroll.ReactScrollView cannot be cast to com.facebook.react.views.scroll.ReactHorizontalScrollView "
Is this a bug report, a feature request, or a question?
Question
Have you followed the required steps before opening a bug report?
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Specific to android
Is the bug reproductible in a production environment (not a debug one)?
On both environment
Environment
Environment:
React: 18.2.0
React native: 0.72.6
react-native-snap-carousel: 3.9.1
Target Platform:
Android 13
Expected Behavior
It must be rendered in RTL layout without any error
Actual Behavior
It says "com.facebook.react.views.scroll.ReactScrollView cannot be cast to com.facebook.react.views.scroll.ReactHorizontalScrollView "
Reproducible Demo
I am using react-native-snap-carousel and it was working fine on both Android and iOS in LTR layout but when I switch to RTL layout it causes exception in Android as "com.facebook.react.views.scroll.ReactScrollView cannot be cast to com.facebook.react.views.scroll.ReactHorizontalScrollView "
The text was updated successfully, but these errors were encountered: