Closed willyyang closed 8 years ago
@willyyang did you get this resolved? running into the same issue
@pmilla1606 In your Xcode project can you see the SpotifyAuth.h
,SpotifyAuth.m
, SpotifyLoginViewController,h
and SpotifyLoginViewController
files in the project folder?
@viestat Yup, that did it. Thanks!
Also due to the header change from 0.40 onwards the header needs to be updated from:
#import "RCTBridgeModule.h"
to
#import "React/RCTBridgeModule.h"
Hey man, thanks for creating this but I don't think this works. Followed all the steps but SpotifyAuth is not in NativeModules.
undefined is not an object (evaluating 'SpotifyAuth.setClientID')
Is there a step missing?