chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Added Native Android scrollTo functionality #2

Closed nhatho89 closed 7 years ago

nhatho89 commented 7 years ago

The 'receiveCommands' (DirectedScrollViewManager.java) function processes incoming data from react-native and invokes the newly added 'scrollTo' (DirectedScrollView.java) function and scrolls the screen to specified coordinates.