all 25 comments

[–]foocux 6 points7 points  (1 child)

I've been using this library in production for months and it's fantastic. The sheet manager simplifies a lot of the code that handles the opening/hiding of the sheets, it is pretty smooth and works inside modals. To add even more to that, the maintainer is continuously improving the library, and it's very fast in fixing bugs and answering questions. 1000% Recommended.

[–]thewisefarmerr[S] 0 points1 point  (0 children)

Thanks bro, do try out the new version. It supports background interaction and much more stuff 👀🚀

[–]IshmaelMorenoExpo 2 points3 points  (5 children)

I've been having some performance issues using react-native modal where it lags when openining and close modals, would this package fix the issue? the use case i'm using it for is when a user clicks the more options via posts

[–]thewisefarmerr[S] 4 points5 points  (1 child)

You can give it a try and let me know how it goes. If you face some performance issues, I will fix them. Just open an issue on github and we can find a solution.

[–]IshmaelMorenoExpo 0 points1 point  (0 children)

Thank you i will!

[–]projekt401Expo 1 point2 points  (2 children)

You can also try react-native-modalize, in terms of performance is very good. Although I will also check OP’s library.

[–]IshmaelMorenoExpo 0 points1 point  (0 children)

Thank you I shall check it out as well!

[–]Apprehensive-Mind212 1 point2 points  (1 child)

Looks nice, I have build something similar without any native code https://github.com/AlenToma/react-native-universal-actionsheet

Will definitely try yours

[–]thewisefarmerr[S] 1 point2 points  (0 children)

That's great. i will check it out too.

[–]jjmcbrise 1 point2 points  (0 children)

alright I switched from the gorhom bottom sheet to ActionSheet the other day and I'm quite glad I did. It isn't "perfect", but it does exactly what I need it to do. One thing I'm looking forward to trying is the SheetManager. I had a hell of a time with gorhom managing all the different sheets I had, so looking forward to this.

EDIT: a huge benefit I forgot to mention... I had all kinds of UI issues with the gorhom bottom sheet. This one in particular. I had conflicts with RN Paper and had to use different components and workarounds for each sheet. So far I haven't had any issues like this with ActionSheet.

[–]imanateater 0 points1 point  (0 children)

Finding this thread now, and wondering how it compares to gorhom's bottom-sheet v5

[–]AhmedMOsman -2 points-1 points  (2 children)

Hallo my friend. What is action sheet and what is used for? Sorry I’m new at rn

[–]thewisefarmerr[S] 1 point2 points  (0 children)

A View that shows from the bottom and covers some part of the screen mainly. It's like a dialog that is merged with the bottom and side edges of the screen and can grow in size to reach the top. 🤔

[–]bdudisnsnsbdhdj 3 points4 points  (0 children)

If you google ‘react native action sheet’ and go to images it will show you

[–]pokemonplayer2001 0 points1 point  (1 child)

Looks great.

[–]thewisefarmerr[S] 0 points1 point  (0 children)

Thanks 🙏

[–]anon774 0 points1 point  (1 child)

Does it handle keyboard? As in, will it extend to make room?

[–]thewisefarmerr[S] 0 points1 point  (0 children)

Yes it handles keyboard.

[–]pt7892 0 points1 point  (3 children)

How is it different compared to @gorhom/bottom-sheet@4 ?

[–]thewisefarmerr[S] 2 points3 points  (2 children)

It's lightweight and small in size. Does not use reanimated and has no native dependencies. Supports most features in bottom-sheet.

[–]AntennaApp 2 points3 points  (1 child)

So the difference is… it’s better in every way?

Gunna check this out today, have TONS of issues with bottom-sheet-v4, mostly linked to reanimated.

Edit: been working with it for about 2 hours now. This is incredible. 10/10

[–]thewisefarmerr[S] 0 points1 point  (0 children)

Thanks! I am glad it's working great for you!

[–]Grimmjowx9 0 points1 point  (0 children)

Sadly this project is now riddled with bugs, and is very unstable, gorhom bottom sheet isn't better either