-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in android #64
Comments
confirmed. And no information provided about android support! |
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 |
@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 |
@mikelambert I am using |
No description provided.
The text was updated successfully, but these errors were encountered: