-
-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
Hi there! I’m using this awesome package and I added a slider component that does a cool thing. But here’s the catch - it’s not swipeable on Android only. Any ideas on how to fix this?
here's the code
<View>
{/* swipe Button */}
<GestureHandlerRootView>
<SlideButton title="Slide To Unlock" />
</GestureHandlerRootView>
</View>
Screen.Recording.2025-03-04.at.9.30.11.AM.mov
Library version
1.1.1
Environment info
System: OS: macOS 15.3.1 CPU: (12) arm64 Apple M2 Pro Memory: 228.00 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 23.3.0 path: /var/folders/gw/ln6dv7vj0j9f7vch0pc092580000gn/T/yarn--1741073725659-0.5556818559896768/node Yarn: version: 1.22.22 path: /var/folders/gw/ln6dv7vj0j9f7vch0pc092580000gn/T/yarn--1741073725659-0.5556818559896768/yarn npm: version: 10.9.0 path: /opt/homebrew/bin/npm Watchman: version: 2024.11.25.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /Users/hazemelshater/.rbenv/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 24.2 - iOS 18.2 - macOS 15.2 - tvOS 18.2 - visionOS 2.2 - watchOS 11.2 Android SDK: API Levels: - "30" - "33" - "34" - "34" - "34" - "34" - "34" - "35" Build Tools: - 30.0.3 - 33.0.0 - 34.0.0 - 35.0.0 System Images: - android-34-ext11 | Google Play ARM 64 v8a - android-34-ext12 | Google Play ARM 64 v8a - android-34-ext8 | Google Play ARM 64 v8a - android-34 | ARM 64 v8a - android-35 | Google APIs ARM 64 v8a - android-35 | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23726.103.2422.13103373 Xcode: version: 16.2/16C5032a path: /usr/bin/xcodebuild Languages: Java: version: 17.0.13 path: /usr/bin/javac Ruby: version: 3.3.6 path: /Users/hazemelshater/.rbenv/shims/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.6 wanted: 0.76.6 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true
Steps to reproduce
• Library Installation: SliderButton Library installed.
• Component Integration: SliderButton component added to the bottom sheet.
• Issue Encountered: Swiping functionality not working despite troubleshooting.
Reproducible example repository
N/A