Skip to content

Bugs in version 1.0.3 #116

@kawasakime

Description

@kawasakime

Hi, I found a some bugs.

  1. 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.
  2. 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.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions