PaulBGD / react-native-image-slider

A quick and easy image slider for react native. Maintainer wanted!
MIT License
237 stars 103 forks source link

Slider of one Image shows up as black #94

Closed askpatrickw closed 4 years ago

askpatrickw commented 4 years ago

If you pass in an array of 1 image, you will get a black ImageSlider which I think is its "failed to render display".

If you pass in an array of 2 or more images, you get a properly rendered ImageSlider.

It would be preferable if the slider could handle a single image rather than having to special case single images and deal with the layout differences between <ImageSlider> and <Image>.

My environment: react@16.11.0 react-native@0.62.0

askpatrickw commented 4 years ago

User error... :-/