#一刻千金-play-store
1 messages · Page 1 of 1 (latest)
Hey, which version of Stripe React Native are you using? Is your project definitely no longer using tipsi-stripe?
Just reading over your last thread: https://discord.com/channels/841573134531821608/910797989394665502
And what version of stripe-android is your application using (as part of the RN bundle)?
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?
17.1.0 is included with the version of stripe-react-native that you're using: https://github.com/stripe/stripe-react-native/blob/1899d91f65d383849507b1c47ec5e183e4fea88f/android/build.gradle#L135
So... why did the Play Store remove our app?
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?
Where can I find it ?
I'd imagine in the gradle file of your Android application
Okay I'm on it
"name": "@stripe/stripe-react-native",
"version": "0.2.0"
Is this it?
No, that's the stripe-react-native version
I can't find the stripe-android anywhere else in the repo
It's a dependency of stripe-react-native so likely it's a part of the compiled Android app