Open KingAmo opened 4 years ago
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native-tab-view
(found: 2.14.2
, latest: 2.15.0
)react-native-reanimated
(found: 1.7.1
, latest: 1.9.0
)Can you verify that the issue still exists after upgrading to the latest versions of these packages?
I have the same bug.
Current behaviour
i am using
react-native-web
withreact-native-tab-view
,scrollEnabled = false
not work properly on web run oniOS
device, either in browser or in webview inside an appwhen use gesture to scroll the tab, tab scrolled a small distance and scroll back immediately; on Android, this is ok, tab could not scroll at all using gesture.
Expected behaviour
when set scrollEnabled = false , tab could not scroll by gesture
Code sample
For Syntax Highlighting check this link
Screenshots (if applicable)
What have you tried
Your Environment