react-native-facebook-keyframes icon indicating copy to clipboard operation
react-native-facebook-keyframes copied to clipboard

undefined is not an object (evaluating '_react.PropTypes.object')

Open lucasriondel opened this issue 6 years ago • 2 comments

in react-native-facebook-keyframes/index.js:13:17

I am using android and RN 0.57.0-rc.0, React 16.4.2.

lucasriondel avatar Sep 18 '18 11:09 lucasriondel

After looking for a bit and checking what was wrong, it seems that the Proptypes version that you are using are not implemented in the React package anymore. You should update that so it can work with newer React versions :)

lucasriondel avatar Sep 18 '18 12:09 lucasriondel

System:
    OS: macOS 11.3
    CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
    Memory: 53.89 MB / 8.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 16.1.0 - /usr/local/bin/node
    Yarn: 1.22.10 - /usr/local/bin/yarn
    npm: 7.11.2 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.10.1 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
    Android SDK: Not Found
  IDEs:
    Android Studio: 4.1 AI-201.8743.12.41.7199119
    Xcode: 12.5/12E262 - /usr/bin/xcodebuild
  Languages:
    Java: 11.0.10 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1 
    react-native: 0.64.0 => 0.64.0 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

@jpgarcia @vcalvello my case react-native newer version but still this issue

sabeelmuttil avatar May 19 '21 20:05 sabeelmuttil