Stanley Ugwu

Results 26 comments of Stanley Ugwu

Okay @lobor I'd really need a repro to be able to approach this correctly, waiting on that

I'm assuming you meant overlaying the bottom tab bar?? How does it look when it opens currently?

Thanks for providing this image @fernandasecinaro Just fyi, this is not an issue with the sheet itself but the expected behavior for bottom tab navigator because the screens and the...

@Riverknight0 @fernandasecinaro @MathiasSvDK A possible workaround I can think of is hiding the tab bar when sheet opens and showing it back when sheet closes. This an be done using...

@TomCorvus Thank you so much for this, I'll test it out pretty soon and if it works well, then you would've saved me from a lot of headaches 😀

@Goktug you can use `react-native-portalize` for now. I’m looking at replicating what’s done in the library inside the bottom sheet so users won’t have to install another package to solve...

I think I’ll keep this open till we have a built in solution.

Oh! Thanks for letting me know, I'll bump to latest versions ASAP

Hey @KevinvdBurg , This issue most likely caused by un-versioned peer dependencies `react` and `react-native`. Starting from `npm 7+` the default behavior for peer dependencies [have changed](https://github.com/npm/rfcs/blob/main/implemented/0025-install-peer-deps.md). From `v7` up,...

Just fyi, I pushed the version bumps to develop