Rogerio (Rio) Moura

Results 5 issues of Rogerio (Rio) Moura

Here is an example of what I'm thinking:

## Bug Description ![image](https://user-images.githubusercontent.com/40436363/206298972-b75ffe9b-19cd-4e24-9e7b-bd18ddd524e1.png) ``` try { const result = await resolvePromise(promise); isCurrentlyMounted && debounceSetState((prev) => ({ ...prev, fetching: false, loading: false, result, })); } catch (error) { // const...

need more info
need-repro

Great library, love the feature! Do you have plans to implement snap points functionality so that we can drag to specific heights without closing the sheet? Thank you!

enhancement

Do you have plans to implement Snap Points?

Some times are not being extracted properly when I declare my component as a forwardRef instead of FC. With a quick internet search I can see that this is a...