Skip to content

2.0.0beta4 #53

Open
Open
@hezheop

Description

@hezheop

the scrollToCompat.js has a little bug, that is
function scrollToCompat(scrollResponder, y, x, animated = false) { if (isLegacyReactNative()) { scrollResponder.scrollTo(y, x, animated) } else { scrollResponder.scrollTo({x, y, animated}) } }
'animate' to 'animated',because the official doc need {x:x,y:y,animated:true}

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