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