#一刻千金-play-store

1 messages · Page 1 of 1 (latest)

sharp rover
#

Hey, which version of Stripe React Native are you using? Is your project definitely no longer using tipsi-stripe?

brittle yoke
#

"@stripe/stripe-react-native": "^0.2.0"

#

Yes, tipsi-stripe is nowhere to be found

sharp rover
#

And what version of stripe-android is your application using (as part of the RN bundle)?

brittle yoke
#

Let me check

#

"name": "@stripe/stripe-react-native",
"version": "0.2.0",
"author": "Stripe",
"description": "Stripe SDK for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",

#

Is this it?

sharp rover
brittle yoke
sharp rover
#

Seems like you're using an older version of stripe-android which is in violation of Play Store rules

#

Can you please confirm which version of stripe-android is included in your project?

sharp rover
#

I'd imagine in the gradle file of your Android application

brittle yoke
#

Okay I'm on it

#

"name": "@stripe/stripe-react-native",
"version": "0.2.0"

#

Is this it?

sharp rover
#

No, that's the stripe-react-native version

brittle yoke
#

I can't find the stripe-android anywhere else in the repo

sharp rover
#

It's a dependency of stripe-react-native so likely it's a part of the compiled Android app

brittle yoke
#

Okay

#

What should I do now?