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.

The app is freezing when I display the screen that contains DraggbleFlatList on debug-mode

See original GitHub issue

Describe the bug My app is mysteriously freezing on the screen that contains DraggableFlatList. I’ve started to investigate the problem with running app directly from XCode(chrome debugger didn’t step in as normal) and I noticed that it is working as expected (no freezing) after that as soon as I started app with cmd npm run ios I turned off debug mode the problem has been disappeared. I am not able to debug the screens which have DraggbleFlatList currenlty.

Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).

  • react-native-draggable-flatlist version: ^3.0.6
  • Platform: iOS
  • React Native or Expo version: bare react-native project
  • Reanimated version: ^2.4.1
  • React Native Gesture Handler version: ^1.10.3

Additional context Add any other context about the problem here.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:6
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
systemridecommented, Aug 1, 2022

I had this same issue for both Android and iOS. Upgraded to 4.0.0-beta.6 and can no longer repro. 👍

2reactions
ziennacommented, Apr 5, 2022

same issue here. It seems to be related to react-native-reanimated version 2+. I can’t downgrade the version so I need a workaround

Read more comments on GitHub >

github_iconTop Results From Across the Web

[v1 api] Calling setValue while debugging freezes app #3182
Using the v1 api with chrome debugging on, calling myAnimatedValue.setValue() causes the app to freeze. Expected behavior. App may be used with ...
Read more >
React Native App crashes on splash screen on debug mode
So I have a react native app that is a bit older than it's supposed to be. I have updated it to latest...
Read more >
How to Debug App Freezing in Small Number of Users - Reddit
I'm (QA) currently dealing with an issue at work that has taken weeks ... Note, closing the app doesn't resolve the freeze at...
Read more >
react-native-draggable-flatlist - npm
A drag-and-drop-enabled FlatList component for React Native. Fully native interactions powered by Reanimated and React Native Gesture Handler.
Read more >
React Native Draggable FlatList - Morioh
React Native Toast component for both Android and iOS. It just lets iOS users have the same toast experience as on Android. Using ......
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