TypeError: null is not an object (evaluating 'nativeModule.__registerAsJSEventEmitter')
DoraJapin opened this issue · 4 comments
DoraJapin commented
DoraJapin commented
React Native: 0.61.2
RNSpotify: 1.2.12
DoraJapin commented
react-native-events 1.0.14
lufinkey commented
Would you mind commenting how you fixed this?
laurens-lamberts commented
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'