nikhilaravi / react-native-smart-scroll-view

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

If there is only one child, don't return an array #32

Open RobinClowers opened 7 years ago

RobinClowers commented 7 years ago

Rendering children as an array breaks some components, such as TouchableWithoutFeedback.

Fixes https://github.com/jrans/react-native-smart-scroll-view/issues/31.

simonmitchell commented 7 years ago

Would be good to get this merged in, at the moment just stealing this for our fork thanks @RobinClowers !