Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

2.0.0beta4 #53

Open
hezheop opened this issue Apr 19, 2016 · 0 comments
Open

2.0.0beta4 #53

hezheop opened this issue Apr 19, 2016 · 0 comments

Comments

@hezheop
Copy link

hezheop commented Apr 19, 2016

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}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant