ScrollView has no propType for RCTScrollView.onScrollAnimationEnd Error
See original GitHub issueIs this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes.
Environment
react-native -v
: 0.48.2node -v
: v7.10.0yarn --version
: 1.0.1exp:
44.0.0
- Target Platform: iOS
- Development Operating System: macOS 10.12.6
Steps to Reproduce
my dependencies
"dependencies": {
"axios": "^0.16.2",
"expo": "^20.1.2",
"faker": "^4.1.0",
"history": "^4.7.2",
"jwt-decode": "^2.2.0",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"rambda": "^0.9.0",
"react": "16.0.0-alpha.12",
"react-native": "0.48.2",
"react-native-animatable": "^1.2.3",
"react-native-config": "^0.6.0",
"react-native-device-info": "^0.11.0",
"react-native-drawer": "^2.5.0",
"react-native-vector-icons": "^4.3.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-native": "^4.2.0",
"react-router-navigation": "^1.0.0-rc.3",
"react-router-redux": "5.0.0-alpha.6",
"reactotron-redux-saga": "^1.12.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^4.9.1",
"redux-saga": "^0.15.6",
"seamless-immutable": "^7.0.1",
"styled-components": "^2.1.2"
}
- Remove all your installed node_modules and existing ios/android
watchman watch-del-all
rm -rf ./node_modules
rm -rf ./ios
rm -rf ./android
rm -rf $TMPDIR/react-*
yarn cache clean
yarn
- rebuild ios/android and link
react-native-git-upgrade
react-native upgrade
react-native link
Note: yarn outdated
should have no outdated packages related to react-native.
Expected Behavior
App should launch successfully
Actual Behavior

Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:22
Top Results From Across the Web
Error : 'ScrollView' has no propType for native prop ... - GitHub
Error : 'ScrollView' has no propType for native prop 'RCTScrollView.onScrollAnimationEnd' of native type ' BOOL' #16090.
Read more >React Native 0.48 - `scrollview has no proptype for native
I took a look over the docs for ListView, seems like its deprecated, but it should still work? FlatList generates the same error...
Read more >[Solved] Native prop error - Expo SDK - Forums
I get this error after updating to react-native 0.48.1: `ScrollView` has no propType for native prop `RCTScrollView.onScrollAnimationEnd` of ...
Read more >scrollview has no proptype for native prop RCTScrollView ...
Coding example for the question scrollview has no proptype for native prop RCTScrollView.overScrollMode of native type string-React Native.
Read more >Common bugs in React Native ScrollView and how to fix them
The first and most common mistake of using ScrollView is not knowing when to use it. There are two common List components in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have the same issue
By the way, a downgrade the react-native to 0.47.2 and the error stopped now