The app is freezing when I display the screen that contains DraggbleFlatList on debug-mode
See original GitHub issueIssue Description
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:
- Created a year ago
- Reactions:6
- Comments:13 (2 by maintainers)
Top 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 >
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
I had this same issue for both Android and iOS. Upgraded to 4.0.0-beta.6 and can no longer repro. 👍
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