GoldenOwlAsia / react-native-twitter-signin

MIT License
167 stars 303 forks source link

Error: RNTwitterSignIn.logIn - most likely the callback was already invoked #167

Open Abhishek-Sankey opened 3 years ago

Abhishek-Sankey commented 3 years ago

HI, I'm getting the below error on iOS: Invariant Violation: No callback found with cbID 268505 and callID 134252 for RNTwitterSignIn.logIn - most likely the callback was already invoked. Args: '[{"code":"Error","message":"Twitter signin error","domain":"TWTRLogInErrorDomain","userInfo":{"NSLocalizedDescription":"User cancelled login flow."}}]

Steps to reproduce:

  1. Login with Twitter
  2. Keep the app in BG
  3. Share the media from Photos app into the app
  4. Twitter web view come out of no where
  5. Press on cancel, error shows Simulator Screen Shot - iPhone 12 Pro - 2021-02-25 at 12 56 14

Note: There is no dependency between twitter login and share ext. To confirm the dependency, I checked with google login and it is working fine.

Thanks in advance! :)

J-Ghodasara commented 4 months ago

@Abhishek-Sankey I am also facing the same issue. Were you able to resolve this?