how is this different from gorhom's bottom sheet? #4
Replies: 1 comment 3 replies
-
Yes, theoretically.
At least for version 1, need to support inline sheet and context API. I'm thinking of similar approach with how react-navigation manages the screens. Basically the ability to present/dismiss the sheets from anywhere without passing the
This is the home screen of the app I'm working on. I wanted to use the sheet here. Currently, it's a custom reanimated/gestured view. In order to do that, the lib needs to support |
Beta Was this translation helpful? Give feedback.
-
Well, I believe that this question belongs in the discussion section. But I see that we don't have that.However, I'm curious. What is the motivation for building this library? Is it going to be more performant than other sheet libs especially gorhom bottom sheet since all the code implementation is on the native side? What's the direction towards? Why there is a plan to integrate with reanimated? gorhom bottom sheet already uses reanimated btw
I'm heavily using gorhom bottom sheet in most of my projects. The DX is good, but there are just too many little bugs that aren't handled, which I need to live with. This is probably because the library wants to achieve so many things.
Beta Was this translation helpful? Give feedback.
All reactions