<!-- MAKE SURE TO READ AND FOLLOW THIS TEMPLATE CLOSELY OR YOUR ISSUE WILL BE CLOSED WITHOUT NOTICE --> ### Is this a bug report, a feature request, or a question? Bug report <!-- If you answered "Bug report": We expect you to produce a high-quality bug report since putting care into your report helps us fix the issue faster. For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed. If you answered "Feature request" or "Question": Make sure to describe as precisely as possible the feature you'd like to see implemented or the question you'd like to see answered. When relevant, provide visual examples (screenshots, screencasts, diagrams...). You can ignore the next steps as long as you've made sure that your description is as clear, thorough and illustrated as possible. --> ### Have you followed the required steps before opening a bug report? - [x] I have read [the guidelines regarding bug report](https://github.com/archriss/react-native-snap-carousel/blob/master/CONTRIBUTING.md). - [x] I have reviewed [the documentation](https://github.com/archriss/react-native-snap-carousel/blob/master/README.md) in its entirety, including the dedicated documentations :books:. - [x] I have searched for [existing issues](https://github.com/archriss/react-native-snap-carousel/issues) and made sure that the problem hasn't already been reported. - [x] I am using [the latest plugin version](https://github.com/archriss/react-native-snap-carousel/releases). - [x] I am following [the issue template](https://raw.githubusercontent.com/archriss/react-native-snap-carousel/master/ISSUE_TEMPLATE.md) closely in order to produce a useful bug report. <!-- Please DO NOT go futher if you've not followed ALL of the above steps. Failing to do so will result in your issue getting closed without warning. --> ### Have you made sure that it wasn't a [React Native bug](https://github.com/archriss/react-native-snap-carousel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22react-native+bug%22+)? Yes <!-- Steps you should take: 1. Take a look at plugin's issues that are [labelled `react-native bug`](https://github.com/archriss/react-native-snap-carousel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22react-native+bug%22+) 2. Search [React Native issues](https://github.com/facebook/react-native/issues) 3. Read the following sections of the doc again: ["Known issues"](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/KNOWN_ISSUES.md), ["Important note regarding Android"](https://github.com/archriss/react-native-snap-carousel#important-note-regarding-android), and ["Custom interpolations caveats"](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/CUSTOM_INTERPOLATIONS.md#caveats). --> ### Is the bug specific to iOS or Android? Or can it be reproduced on both platforms? Android only. ### Is the bug reproductible in a production environment (not a debug one)? I think so. <!-- If you haven't been able to reproduce the bug in production mode, it probably has to do with React Native's limitations (see ["Known issues"](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/KNOWN_ISSUES.md)). Chances are we won't be able to do anything about it. --> ### Environment <!-- Provide information about your current environment. At the very least, it should include the following: Environment: Expo with v33 SDK Target Platform: Android (6.0) iOS (10.3) --> Expo with v33 SDK ### Expected Behavior <!-- How did you expect your project to behave? It’s fine if you’re not sure your understanding is correct. Just write down what you thought would happen. --> It should go to specified page or to the next. ### Actual Behavior <!-- Did something go wrong? Is something broken, or not behaving as you expected? Describe this section in detail, and attach screencasts (or screenshots) if possible. Don't just say "it doesn't work"! --> On iOS device it is working fine, but on Android nothing happens. ### Reproducible Demo https://snack.expo.io/SJxF4GwlB <!-- This step is MANDATORY: * It shows that you value and respect the time of the people that are willing to help you; no one wishes to waste his spare time trying to recreate someone else's problem. * Issues without reproducible demos have an extremely low priority and will probably be closed without notice. * You might figure out the issues yourself as you work on extracting it. --> ### Steps to Reproduce <!-- How would you describe your issue to someone who doesn’t know you or your project? Write a sequence of steps that anybody can repeat to see the issue. Be specific! If the bug cannot be reproduced, your issue will be closed. --> 1. Run on Android 2. Try to snapToItem from inside single page view. <!-- Thanks for helping us help you! -->