#chaima_error
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1268891243858104361
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
What do you mean by 'crash the app'? On iOS? Android? There are likely some errors in their respective logs for your application
Also, share the exact versions of the respective libraries you're using
Okey, for now I test it in android it out without error. The version I use React native 0.74.2 and stripe/stripe-identity-resct-native v0.2.13
It just crush without even display error
Which version of stripe-react-native? So it's an issue only on iOS?
No both it crush without to display error in ios and android
Stripe-react-native 0.38.3
Which version of stripe-ios and stripe-android are in your build files?
I don't now I just use react native stripe 0.38.3
And the problem is in stripe/stripe-identity-react-native 0.2.13
What makes you say that?
Maybe it's not compatible with stripe-react-native@0.38.3:
Note: This version is compatible with stripe-react-native 0.38.2 if your app uses both SDKs
https://github.com/stripe/stripe-identity-react-native/releases/tag/v0.2.13
Maybe try and downgrade to 0.38.2?
I downgrade it but it still the same
Is there any previous problem happen before like this
I'm not sure really. My recommendation would be to write in to our team with a full reproduction of the error (sharing your code) and we can investigate further: https://support.stripe.com/contact/email?topic=api_integration
This is a bit in-depth for Discord
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okey, thanks
Question, is there any configuration needed before I use it in android
Configuration for what specifically?
To use stripe-identity
Not that I'm aware of. Any prerequisites are documented: https://github.com/stripe/stripe-identity-react-native?tab=readme-ov-file#requirements
Assuming you've met all them?