Invariant violation: no callback found with cbID

See original GitHub issue

I created a starter app using react-native init and https://github.com/react-native-community/react-native-template-typescript. Then added restyle as a package and set up a theme.ts identical to the example on the README.

I get this error if I try to add the ThemeProvider to the root of the basic RN starting app: Screen Shot 2020-03-25 at 2 50 58 PM

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

5reactions
sousadgasparcommented, Sep 8, 2020

Hopefully I end up solving the issue. This issue had appeared after the installation of the @react-native-community/cameraroll library. To solve, I simply removed node_modules (rm -rf node_modules) and installed all again (npm install)

Hope it helps.

0reactions
this-is-jassacommented, Oct 13, 2021

Facing the same Issue!

Invariant Violation: No callback found with cbID 13126 and callID 6563 for StripeSdk.confirmPaymentMethod - most likely the callback was already invoked. Args: ‘[{“error”:{“stripeErrorCode”:null,“declineCode”:null,“localizedMessage”:“Unhandled error occured”,“message”:“Unhandled error occured”,“type”:null,“code”:“Unknown”}}]’

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invariant Violation: no callback found with cbID for module ...
In my case this was due to a mismatch between the JS react-native version and the native version. Near the top of the...
Read more >
No callback found when upgrading to Expo 46 & 47 #19870
I suspect this is because I have a mono repository using npm workspaces. It works correctly with Expo 45, but when upgrading to...
Read more >
no callback found with cbID #659 - Issuehunt
Steps to reproduce. Setup Share with your app. Call share.open(); press save to files. then cancel it. it will throw no callback found...
Read more >
Calling pop to route for a route that doesn't exist-React Native
Coding example for the question Invariant Violation: Calling pop to route for a route that doesn't exist-React Native.
Read more >
react-native-bottom-action-sheet - Bountysource
Invariant Violation : No callback found with cbID XXX and callID YYY for RNBottomActionSheet. ... SheetView - most likely the callback was already...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found