react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

[v3] Can't prevent overdrag on iOS

Open plus- opened this issue 4 years ago • 3 comments

Current behaviour

I can't prevent the horizontal bounce effect on IOS.

Expected behaviour

I can set the overdrag property to false to prevent bounce on iOS

What have you tried

I've tried setting react-native-pager-view overdrag to false, but it's not doing anything. I believe it's because the version used by this package is 4.2.4, and the property is only available in 5.x

software version
ios or android
expo
react-native 0.63.4
react-native-tab-view 3.0.1
react-native-pager-view 5.1.3
node
npm or yarn

plus- avatar Apr 16 '21 19:04 plus-

Couldn't find version numbers for the following packages in the issue:

  • react-native
  • react-native-tab-view
  • react-native-pager-view

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

github-actions[bot] avatar Apr 16 '21 19:04 github-actions[bot]

Please add the overdrag attribute to control the problem of ios excessive drag

tanjwGit avatar Apr 20 '21 10:04 tanjwGit

believe it's because the version used by this package is 4.2.4, and the property is only available in 5.x

react-native-pager-view is a peer dependency that you install in your project. the library doesn't use any specific version, it uses whatever version you install

satya164 avatar Jul 29 '21 13:07 satya164

Hey, overdrag prop in react-native-pager-view now defaults to false so it shouldn't be a problem, closing this.

okwasniewski avatar Sep 08 '22 19:09 okwasniewski