[v3] Can't prevent overdrag on iOS
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 |
Couldn't find version numbers for the following packages in the issue:
react-nativereact-native-tab-viewreact-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.
Please add the overdrag attribute to control the problem of ios excessive drag
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
Hey, overdrag prop in react-native-pager-view now defaults to false so it shouldn't be a problem, closing this.