Platform: ios
React-native version:: 0.61.2
rn-spotify-sdk: 1.2.11
This error suddenly started happening after I placed the Spotify authentication screen in a different place in my app:
Warning: Attempt to present <RNSpotifyAuthController: 0x7fc60a4b5200> on <RCTModalHostViewController: 0x7fc609040960> whose view is not in the window hierarchy!
The error happens after a call to Spotify.initialize followed by Spotify.login
Any idea what could trigger this?