Jovanni Lo
Jovanni Lo
Do you have a video to show? Try to set `initialIndexAnimated={false}`. You can try to follow [this guide](https://sheet.lodev09.com/guides/onmount/).
I think this has something to do with react-native-screens and not TrueSheet. If you're setting it up for deep link, I would suggest you use param instead and present it...
TrueSheet requires a little time to render during mount so it's expected to have few ms delay specially it needs to wait for the rn-screen to be fully loaded. The...
Okay. thanks for investigating.. Looks like I just need the sheet to detect if edge to edge is enabled. I have yet to explore on that feature on Android.. I'm...
@SickanK no worries.. I can understand, android doesn't make things easy like IOS :D
I tried looking for solution on this but couldn't find one that works. I honestly think this is an issue with Android bottom sheet itself lol. I'll pin this and...
Yes that's what I thought, by using a prop boolean. My main issue is that I couldn't find a working code that moves the sheet at the bottom edge.
Hey @kirillzyusko. Thanks for looking! The library doesn't really need to automatically determine if edge-to-edge is enabled -- we can put this burden to the user and add a prop...
> I probably can open a PR if you want 🙂 @zoontek that would be awesome!
Thanks @zoontek! I'll do the docs at a separate PR before release. Closing 💪