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

Undefine is not an object (evaluating '_react.default.PropType.String') #146

Open vinay-gadwal opened 5 years ago

vinay-gadwal commented 5 years ago

Error occur when i import react-native-audio-streaming. anyone have a solution of this error?

maurux commented 5 years ago

Hello, change the file .../node_modules/react-native-audio-streaming/index.js delete o Player.prototype apos a linha 151

shravanteegala commented 5 years ago

simulator screen shot - iphone x - 2019-02-19 at 11 52 57

arcollector commented 5 years ago

maybe npm install --save prop-types can help?