tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

undefined is not an object (evaluating '_react3.default.PropTypes.string') #130

Closed drpshtiwan closed 6 years ago

drpshtiwan commented 6 years ago

When I run on the simulator it shows this error. I have installed via "react-native-audio-streaming": "git+https://github.com/tlenclos/react-native-audio-streaming.git", I installed prop-types.

drpshtiwan commented 6 years ago

Fixed by cleaning build!

rmilejcz commented 6 years ago

Fixed by cleaning build!

What does this mean? I cleared my watchman cache, yarn cache, deleted node_modules, reinstalled still getting this error.