#Kishore
1 messages · Page 1 of 1 (latest)
dependencies for my rn project
Can you share the code which threw null?
ok
const initStripePayment = async () => {
console.log(paymentProvider?.key, 'gjv');
await initStripe({
publishableKey: paymentProvider?.key,
});
};
while initializing the stripe itself throwing this error
@fallow vale 👀
What is the error message when you initialised Stripe?
null is not an object while evaluating nativestripe.sdk.getconstants
Which step are you integrating with that threw this error? How does this error come?
https://github.com/stripe/stripe-react-native/issues/1270
this issue seems doesn't have proper closer solution..this issue pertains even after having all the dependencies mentioned in the open issues chat
while initializing the stripe itself...it doesn't cause me error in android but in ios,it is happening like this..i think it might be compatible issues with ios
I noticed that you're running on a old stripe-react-native version. Can you try updating to the latest version 0.27.2 to check if it helps?
i've a doubt will the latest one supports the ios 12.0 version