question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS][bug] - RNS 3.11.0 has broken fullScreenGestureEnabled

See original GitHub issue

Description

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

  1. 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:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kacperkapusciakcommented, Feb 11, 2022

Brrr, nasty bug 😓

Fixed in 3.11.1 :shipit:

0reactions
hirbodcommented, Feb 11, 2022

I can confirm it’s fixed. Only the new props are missing on react-navigation

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found