[Feature Request] Implement gestureResponseDistance
See original GitHub issueHello,
I was wondering if gestureResponseDistance is a feature that’s planned to be implemented in this library. Currently, if you use native stack you lose gestureResponseDistance
which is implemented by stack navigator.
Cheers 🍻
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Stack Navigator | React Navigation
Stack Navigator provides a way for your app to transition between screens where each new screen is placed on top of a stack....
Read more >Feature Requests | React Navigation - Canny
One way to solve this is have a way to tell react-native-screens to "hang on to" the currently active ViewController (store the pointer...
Read more >gestureResponseDistance does not work in React Navigation
I'm trying to create a Sheets type modal in ReactNative, but I can't close the screen with a swipe gesture because gestureResponseDistance ......
Read more >createStackNavigator - React Navigation - Netlify
Whether you can use gestures to dismiss this screen. Defaults to true on iOS, false on Android. Gestures are not supported on Web....
Read more >react-native-router-flux | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn. ≡. Home · Getting started · Features.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, We’d like to ephazite that priority of React Native Screens is to deliver a native-like experience with a minimal cost of modifying what’s actually delivered by the Platform. Therefore we don’t want to go for supporting features that are not ready out of the box or easy to implement by native components’ kit. Feel free to make this change in your fork or patch but I need to want you that messing with UIKit is what you most likely don’t want to do 😃
@WoLewicki
https://github.com/fastred/SloppySwiper
Would it be possible to use this library?
Or try this: https://stackoverflow.com/a/60526328
Users expect this style of swiping by default.