Open waleedarshad-vf opened 8 years ago
It's working on my Nexus 6P running Android 6.0.1. I'm still on RN 0.29.2 though so perhaps a recent update to RN broke it?
Any pull requests to fix this issue gladly accepted.
working on rn 30
@chromonav in my case, indicators are not showing in Android, and in iOS, they are showing out of bounds.
The problem seems to be indicatorOffset. It's original value is 250, which sends the indicators nearly to the top of the screen.
Other than that, if I set indicatorOffset={10}, Android is perfect, check PR #31
it is not working on my android project either, any one help me?
@javaxiu have you able to solve your issue. ?
Works seamlessly on "react-native": "^0.29.1"
don't work on react-native 0.38
this is maybe a react-native bug, I have read the document but can't find it
For anyone saying it "doesn't work", you'll probably have to give an explanation of what exactly isn't working (display, interaction, the indicator problems mentioned above, etc).
If your problem is "the view shows up empty", and your <Carousel>
is in a <ScrollView>
, you may be encountering https://github.com/facebook/react-native/issues/8088. Set the containing <ScrollView>
to removeClippedSubviews={false}
and things should work (though it's not a great solution for performance reasons).
@symmetriccurve it turns out canvas was not suitable to display(too big or too small). try to print container's size on your console for debug. i haven't use this module for a while. wish it is helpful
Running rn0.41 I was able to merge both the Android and iOS component definitions. This resolved the issue for me. see PR #76
hi everyone, this project seems abandoned for a while. So I've make lots of improvements of this library. If you are looking for alternative solutions see here https://github.com/Canner/react-native-carousel-view. thanks!
@tioback Setting indicatorOffset
to 10 dd'nt help me
@mikelambert I am using Carousel
within ScrollView
But adding removeClippedSubviews={false}
to ScrollView dd'nt help me either
confirmed. And no information provided about android support!