question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ScrollView has no propType for RCTScrollView.onScrollAnimationEnd Error

See original GitHub issue

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes.

Environment

  1. react-native -v: 0.48.2
  2. node -v: v7.10.0
  3. yarn --version: 1.0.1
  4. exp: 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"
  }

  1. 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
  1. 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

screen shot 2017-09-09 at 12 31 11 pm

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:22

github_iconTop GitHub Comments

10reactions
wellyshencommented, Sep 9, 2017

I have the same issue

4reactions
augustoodycommented, Sep 9, 2017

By the way, a downgrade the react-native to 0.47.2 and the error stopped now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found