lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

[Android] Using "auto" only does not resize the content #89

Open ljukas opened 3 weeks ago

ljukas commented 3 weeks ago

Android implementation using just ['auto'] will not resize the sheet when the content changes, you need to use the following sizes ['auto', 'large'] for it to resize when content changes.

This is not in the documentation that I can find, I instead found it in an old issue #7 . Would be nice if this was added to troubleshooting section of the documentation

lodev09 commented 3 weeks ago

Yeah, I was dealing with this issue on android but got distracted -- so this qualifies as a bug so it's not in the documentation. I'll revisit this when I get a chance.