We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Uncaught Invariant Violation: __fbBatchedBridgeConfig is not set, cannot invoke native modules
To Reproduce Steps to reproduce the behavior:
import { StripeProvider } from '@stripe/stripe-react-native'; import Payment from "../components/Payment"; const StripeScreen = (props) => { const publishableKey = "pk_test_AtN3VLAFhzbLNqf6Y9z50iNQ"; return ( <StripeProvider publishableKey={publishableKey} > <Payment {...props} /> </StripeProvider> ); };
Expected behavior It should work
Screenshots
Desktop (please complete the following information):
Additional context Please suggest me how to set __fbBatchedBridgeConfig
__fbBatchedBridgeConfig
The text was updated successfully, but these errors were encountered:
Hi! This library doesn't yet support web, unfortunately. Sorry about that! Tracked in #917
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Uncaught Invariant Violation: __fbBatchedBridgeConfig is not set, cannot invoke native modules
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work
Screenshots

Desktop (please complete the following information):
Additional context
Please suggest me how to set
__fbBatchedBridgeConfig
The text was updated successfully, but these errors were encountered: