[iOS][bug] - RNS 3.11.0 has broken fullScreenGestureEnabled
See original GitHub issueDescription
I’ve just upgraded to 3.11.0 and I can’t swipe anymore with fullScreenSwipe. It looks like it has a 10x friction and even if I swipe the whole screen, it just move by 5px and snaps back
Screenshots
Steps To Reproduce
- Update to 3.11.0 and you won’t be able to close any screen with fullScreenGestureEnabled
Expected behavior
Should be able to swipe to pop
Actual behavior
Can’t swipe to pop anymore
Reproduction
Just upgrade to 3.11.0 and try to swipe with fullScreen without setting any durations etc. Video: https://streamable.com/wsdztc
<RouterMainStack.Screen
name="Blocker"
component={Blocker}
options={{
fullScreenGestureEnabled: true,
}}
/>
Platform
- iOS
- Android
- Web
- Windows
- tvOS
Workflow
- Managed workflow
- Bare workflow
Package versions
package | version |
---|---|
react-native | 0.64.3 |
@react-navigation/native | 6.0.8 |
@react-navigation/native-stack | 6.5.0 |
react-native-screens | 3.11.0 |
react-native-safe-area-context | 3.3.2 |
react-native-gesture-handler | 2.1.1 |
react-native-reanimated | 2.4.1 |
expo | SDK 44 custom dev client |
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
[error] react-native 0.60.0 react-navigation 3.11 with ... - GitHub
react-native-gesture-handler error Hi, I follow the instruction by the react-navigation website ...
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 Free
Top 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
Brrr, nasty bug 😓
Fixed in 3.11.1 :shipit:
I can confirm it’s fixed. Only the new props are missing on react-navigation