Skip to content

Android fling gesture breaks UI with setLayoutAnimationEnabledExperimental enabled #112

@kevinejohn

Description

@kevinejohn

If you enabled animations on Android in the example.js (https://github.com/deanmcpherson/react-native-sortable-listview/blob/master/Sortable/example.js#L10)

By adding:

UIManager.setLayoutAnimationEnabledExperimental &&
      UIManager.setLayoutAnimationEnabledExperimental(true);

And then when you activate a row and do the fling gesture it causes UI issues as seen in this screenshot:
screenshot_20171004-174747

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