react-native-true-sheet
react-native-true-sheet copied to clipboard
[Android] Using "auto" only does not resize the content
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
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.
@lodev09 any plans to fix this issue?
it's a weird bug, totally contradicts the documentation, and it's been around a year and no update on the issue!! @lodev09
Here's the fix for this #193