Closed
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.1
Node: 7.9.0
Yarn: 0.22.0
npm: 4.2.0
Watchman: 4.9.0
Xcode: Xcode 9.1 Build version 9B55
Android Studio: 2.3 AI-162.3934792
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz => 0.50.3
Target Platform: iOS (11.2) & Android (8.0)
Steps to Reproduce
- Create a scrollview with pagingEnabled, horizontal and 100% width & height
- Populate the scrollview with more than 3
<View />
elements with device width and flex: 1 (so it takes up the whole height) - Scroll really quickly between those elements on Android
- You'll now see an instant hop from one element to the other, without an animation
- Do the same thing on iOS and it will be a smooth scroll animation
Expected Behavior
I expected it to be the same on Android as it is on iOS, a smooth scroll animation instead of instantly changing page.
Actual Behavior
Instantly switching page on Android (without any animation)