react-native: ScrollView has no propType for RCTScrollView.onScrollAnimationEnd Error

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

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 7
  • Comments: 22

Commits related to this issue

Most upvoted comments

I have the same issue

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

Note: It looks like this is only happening in iOS for me. Android is working fine.

Yea, I also downgrade to the 0.47.2 and waiting for bug fixing.