-
Notifications
You must be signed in to change notification settings - Fork 143
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
Does not work on react native map (Android Only) #80
Comments
Hi @vrinch, thanks for using rn-swipeable-panel. What do you mean "it pans the map" and the buttons are in the panel or not? |
hello @enesozturk for instance, on android when the panel is open on a react native map, then pan gesture does not work to open large or close the panel. |
I see, and when you use Looks like I needed to publish new release with fix and that will take time. If you use Reanimated in your application I highly suggest bottom-sheet for now. |
@enesozturk yes, the person describes the same problem I am facing |
Looks like he removed ScrollView from the panel. In your node_modules, find rn-swipeable-panel and open Panel.tsx, you can convert ScrollView to View, I need to check more to understand any other changes made. For now you can try that and if it is not work, as I told I need time to fix this. You can consider other bottom sheets for your app |
I have the same problem. |
Up. This problem still persists |
I am also facing some issues |
Great work, been looking for this for a while
The package works as should on iOS and android
However, while placing it on top of a react native map, it pans the map and doesn't recognise any button or even open large
This happens on just android
The text was updated successfully, but these errors were encountered: