viestat / react-native-spotify

A native module that allows you to use the Spotify SDK API with react-native
MIT License
108 stars 23 forks source link

Problem with SpotifyAuth.setClientID #13

Closed ClintBaker closed 7 years ago

ClintBaker commented 7 years ago

"undefined is not an object (evaluating 'SpotifyAuth.setClientID')".

That error message shows up in the simulator when I try to log in. Is this a problem with linking the native module? I'm new to React Native, I've never used NativeModules before.