react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

When I touch the screen the app gets crashed.

Open arielShubhams opened this issue 1 year ago • 2 comments

I am using expo 50 and react native 0.73.6 version for that package I am getting issues when I touch the draggable items.

Describe the bug I am using this package for drag and drop the flatlist items those are propely visible but when I touch the app for dragging them the app getting crashed.

To Reproduce Link a snack if possible.

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

  • react-native-draggable-flatlist version: 4.0.1
  • Platform: android
  • React Native or Expo version: 0.73.6 and 50
  • Reanimated version: 3.6.2
  • React Native Gesture Handler version: 2.14.0

Additional context Add any other context about the problem here.

arielShubhams avatar Oct 22 '24 07:10 arielShubhams

same here

getting

Warning: Error: Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'

after adding this package and when touch starts with drag function.

on Web everything works well.

kuriel-dev avatar Mar 28 '25 23:03 kuriel-dev

Warning: Error: Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'

same when dragging and then press done

dardaniaa0 avatar Apr 22 '25 01:04 dardaniaa0