Expo Go Stripe: Native module cannot be null

Viewed 212

I believe Expo-Go can now support Stripe payments (based off the updated docs provided here.)

I am using Expo SDK Version 40.

I perform

"expo install @ stripe/stripe-react-native"

to ensure I'm getting the correct version.

Then I attempt to import Stripe into my project using:

import { StripeProvider } from '@stripe/stripe-react-native'

As soon as the project refreshes, the app crashes and throws ~25 errors/warnings, most commonly the "Native module cannot be null" error

Has anyone else encountered this error?

1 Answers
Related