Skip to content
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

Not working on Anroid #3

Open
iswanj opened this issue Jan 26, 2023 · 2 comments
Open

Not working on Anroid #3

iswanj opened this issue Jan 26, 2023 · 2 comments

Comments

@iswanj
Copy link

iswanj commented Jan 26, 2023

Slider working fine on IOS but with Android I cannot swipe to unlock.

RN version: 0.70.6

@nickolaz
Copy link

nickolaz commented Feb 22, 2023

+1
Same Error Here

RN version: 0.71.0

@nickolaz
Copy link

For working in Android.
wrap your entry point with or gestureHandlerRootHOC.

For example:

<GestureHandlerRootView style={{ flex: 1 }}>{/* content */}</GestureHandlerRootView>;

in React Native Gesture Handle installation
https://docs.swmansion.com/react-native-gesture-handler/docs/installation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants