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 child might be undefined #26

Closed mlabrum closed 8 years ago

mlabrum commented 8 years ago

when using JSX and doing something like...

{this.props.test ? <Text>YAY</Text> : null}

This library will error when accessing child.props

nikhilaravi commented 8 years ago

thanks for this fix @mlabrum! I'll update the version with all these small fixes and re-publish!

mlabrum commented 8 years ago

Thanks :D

nikhilaravi commented 8 years ago

@mlabrum I've republished to 1.3.6! 🎉 Thanks for your contributions and apologies for our slow responses! :)

mlabrum commented 8 years ago

:D that's ok, real life gets in the way sometimes.... I'm glad I can give something back :)