-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PanGestureHandler must be used as a descendant of GestureHandlerRootView #85
Comments
same problem here! "expo": "~48.0.9",
|
Having the same issue with the below packages versions "react-native": "0.71.8", |
Same Issue here, any updates ? |
Make sure to wrap your App with import { GestureHandlerRootView } from "react-native-gesture-handler";
import { NotifierWrapper } from "react-native-notifier";
return (
<GestureHandlerRootView style={{ flex: 1 }}>
<NotifierWrapper>
{/* App */}
</NotifierWrapper>
</GestureHandlerRootView>
) |
Hello, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
On Latest react native 71.7 & react navigation 6x packages, I get this error. Was working fine on react native 67 & navigation 5x packages. Any info on that ?
The text was updated successfully, but these errors were encountered: