You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you read the source code and this note you'll understand why. To be honest, I went the easy way because I was tired of having to do everything twice thanks to yet another RN bug.
However, in the aforementioned note, I provide 3 workarounds that you can try. The first one should allow you to get it working on Android pretty quickly ;-)
Remove the condition !IS_ANDROID
Add { elevation: carouselProps.data.length - index } in the relevant animated styles
Note that I'll be working on a complete overhaul of the example as soon as I can free up the time required to do so (see #257 for more info).
Is this a bug report or a feature request?
Bug report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Sure
Have you made sure that your issue hasn't already been reported/solved?
Prety sure
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Android
Is the bug reproductible in a production environment (not a debug one)?
Yes
Have you been able to reproduce the bug in the provided example?
Yes!
Environment
Steps to Reproduce
Expected Behavior
Examples 5-8 should work on Android
Actual Behavior
Examples 5-8 do not work on Android, not shown on the screen
Reproducible Demo
Just check your repo's example folder and try to launch it with my settings.
The text was updated successfully, but these errors were encountered: