lufinkey/react-native-spotify

TypeError: null is not an object (evaluating 'nativeModule.__registerAsJSEventEmitter')

DoraJapin opened this issue · 4 comments

I got an error in terminal like this,please help me how to solve this;thank you
image

React Native: 0.61.2
RNSpotify: 1.2.12

react-native-events 1.0.14

Would you mind commenting how you fixed this?

If others experience a similar issue, it should be fixed when you add both these lines to your Pod file, and run 'pod install';

pod 'RNSpotify', :path => '../node_modules/rn-spotify-sdk' pod 'RNEventEmitter', :path => '../node_modules/react-native-events'