Closed
Description
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.4
CPU: x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 29.18 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.11.3 - /usr/local/bin/node
Yarn: 1.7.0 - /usr/local/bin/yarn
npm: 6.1.0 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 11.3, macOS 10.13, tvOS 11.3, watchOS 4.3
Android SDK:
Build Tools: 23.0.1, 28.0.0
API Levels: 23, 28
IDEs:
Android Studio: 3.1 AI-173.4720617
Xcode: 9.3/9E145 - /usr/bin/xcodebuild
npmPackages:
react: ^16.4.1 => 16.4.1
react-native: ^0.56.0 => 0.56.0
npmGlobalPackages:
react-native-cli: 2.0.1
package.json
{
"name": "MyReactNativeApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"axios": "^0.18.0",
"crypto-js": "^3.1.9-1",
"react": "^16.4.1",
"react-native": "^0.56.0",
"react-native-looped-carousel": "^0.1.13",
"react-navigation": "^2.5.5"
}
}
When I Continuous execution scrollTo in the ScrollView,It has happened as follows
How to solve