nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

fixed map function undefined issue on android when only has one child #57

Open smilechun opened 8 years ago

smilechun commented 8 years ago

I have fixed the following issue: fixed map function undefined issue on android when only has one child

chrisbianca commented 8 years ago

Any chance of getting this merged and released? I've just spent an hour trying to figure out why the Android version of my app wouldn't work, whilst iOS would, only to find that this is the reason.

I realise that a single view carousel isn't a carousel, but it would still be nice to have a fix.