Search code examples
react-nativereact-native-iostwitterkittwitter-login

Twitter signin error in react-native-twitter-signin in iOS only


I've setup react-native-twitter-signin package as like in documentation and works perfectly on Android. But I'm getting this error on iOS.

Possible Unhandled Promise Rejection (id: 1): Error: Twitter signin error. enter image description here

Is it due to callback issue?


Solution

  • The problem for me was the I didn't put twitterkit-CONSUMER_KEY:// in the Twitter developer site.

    1. Go to https://developer.twitter.com/en/apps/

    2. Pick you app then press edit button on right side

    3. Edit the details, and scroll to Callback URLs

    4. Add twitterkit- (delete this and put your CONSUMER_KEY instead). It should look something like this:

      twitterkit-23232123ddskdj231jhds
      

      enter image description here