-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Hi, I found a some bugs.
- In version 0.13.0, the container inside true-sheet stretches to its full height if write {flex: 1} in the styles. However, in the latest release (v1.0.3), this does not happen.
- AutoFocus for TextInput does not work on Android. If you make a hack and autofocus with using a method (.focus()) and delay of 150 milliseconds, then it works, but I would not like to resort to this.
- There is an unpleasant behavior for FlatList. If it is stretched to the full height (using EmptyComponent with centered text), then the ability to close the true-sheet by pulling in the FlatList area is lost. If you remove nestedscrollview, then swipe to close the true-sheet will work, but scrolling up inside the list will stop working when the elements appear. Is there anything that can be done about this?
Metadata
Metadata
Assignees
Labels
No labels