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

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

Open ljukas opened this issue 1 year ago • 2 comments
trafficstars

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

ljukas avatar Aug 23 '24 12:08 ljukas

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 avatar Aug 23 '24 12:08 lodev09

@lodev09 any plans to fix this issue?

LahmerIlyas avatar Apr 14 '25 13:04 LahmerIlyas

it's a weird bug, totally contradicts the documentation, and it's been around a year and no update on the issue!! @lodev09

deepakkumardk avatar Jul 02 '25 15:07 deepakkumardk

Here's the fix for this #193

lodev09 avatar Jul 02 '25 15:07 lodev09