Open shop-fluencer opened 2 years ago
We are facing the same issue, did you find any workaround?
We were experiencing the same problem with version 3.1.2 and Expo SDK 47. We were missing the GestureHandlerRootView
Component. Maybe try wrapping your roote component (App.(jsx,tsx)
with <GestureHandlerRootView style={{ flex: 1 }}>
.
Also see https://github.com/computerjazz/react-native-draggable-flatlist/issues/377#issuecomment-1106080209.
We were experiencing the same problem with version 3.1.2 and Expo SDK 47. We were missing the
GestureHandlerRootView
Component. Maybe try wrapping your roote component (App.(jsx,tsx)
with<GestureHandlerRootView style={{ flex: 1 }}>
.Also see #377 (comment).
I wrapped gestureHandlerRootView on App but not working.
<Provider store={store}>
<SafeAreaProvider>
<SafeAreaView style={s.rootView}>
<NavigationContainer>
<GestureHandlerRootView style={s.rootView}>
<Host>
<NativeStackWrapper />
</Host>
<Toast position='bottom' config={ToastConfig} />
</GestureHandlerRootView>
</NavigationContainer>
</SafeAreaView>
</SafeAreaProvider>
</Provider>
@shop-fluencer did you found any work around of this issue?
@shop-fluencer, @idoodler any luck finding a solution here? Still seeing the issue in the lastest Expo: "expo": "^48.0.0", "react-native-draggable-flatlist": "^3.1.2", "react-native-gesture-handler": "~2.9.0", "react-native-reanimated": "~2.14.4",
Wrapping the App in a GestureHandlerRootView
is still not working.
To follow-up on my previous comment -- after upgrading this library to 4.0.1
(w/ expo SDK to 48), re-ordering on Android works again as expected!
We were experiencing the same problem with version 3.1.2 and Expo SDK 47. We were missing the
GestureHandlerRootView
Component. Maybe try wrapping your roote component (App.(jsx,tsx)
with<GestureHandlerRootView style={{ flex: 1 }}>
.Also see #377 (comment).
Thanks, it resolved my issue on Android.
For me, adding GestureHandlerRootView
solved it on Android. Odd that it works on iOS without GestureHandlerRootView
I cant drag and drop my items. If I longpress nothing happens
Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).