react-native-true-sheet icon indicating copy to clipboard operation
react-native-true-sheet copied to clipboard

The true native bottom sheet experience 💩

Results 11 react-native-true-sheet issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your great project. I encountered this bug when using your lib in my project. The layout height is always rendered wrongly on the first open. Please...

Yesterday, I created ticket #69 regarding a color change in the bottom navigation bar. Upon further investigation, I realized that the color change was due to the backdrop showing through...

help wanted

I would like to be able to control the intensity of the dimming effect when the sheet is shown. Right now its very lightly dimmed only, I would like to...

Ive tried using various techniques such as using KeyboardAwareScrollView from react-native-keyboard-controller wihtout success. What is the recommended approach to achieving this? Regular use case would be a design wher eyou...

I have put a TextInput in the footer component but I don't know how to properly handle the keyboard so that it doesn't hide the input itself. Normally I use...

Assume the following structure: ```ts ``` All good so far. But once I pass the scrollRef (with FlashList, unlike FlatList, you need to pass the scrollableNode like so): ```tsx ref={(ref)...

> First of all thanks for building this great library. I have two input outside the bottom sheet where I want to type even when the bottom sheet is open....

Hi, First of all, love TrueSheet. Works amazing. I'm wondering if there is a way to disable overdrag if there is only one height? I can't seem to find anything...

TrueSheet has been nice to implement, relatively simple to use. One issue I've noticed is that it's quite slow to load. In my setup, I have a screen I navigate...

First off, I want to thank you for building such an amazing project. You're Godsent! I noticed an issue with my button sheet when it hangs in the air and's...