nikhilaravi / react-native-smart-scroll-view

A smart scroll view component with handling of keyboard events
MIT License
153 stars 31 forks source link

Fix android #18

Closed mlabrum closed 8 years ago

mlabrum commented 8 years ago

This adds support for android (android doesn't support keyboardWillShow it only supports keyboardDidShow)

I found measureLayout for the scrollView to not work consistently (it works on other elements though..), so I swapped it to use onLayout

I also added support for automatic return key changing :)

Cheers, Matt

nikhilaravi commented 8 years ago

@mlabrum thanks a lot! I will look at it today!

nikhilaravi commented 8 years ago

@mlabrum changes look good. :+1: @jrans what do you think?

jrans commented 8 years ago

Sorry for delay. @mlabrum thanks for the contribution :)