#nayeemtby_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/1428337027388280913
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hello
Another person handling the IOS build and testing faced this on the IOS side
Let me know if you need the contents of build.gradle and settings.gradle
Hey! Taking over for my colleague. Let me catch up
Probably the dependency "@stripe/stripe-identity-react-native": "^0.3.8" is causing issue (as it's the oldest one)
Let me double check...
Sorry, I'm still doing some tests in order to first reproduce this...
ok
Sorry, I wasn't able to reproduce yet.
This issue will require an in-depth investigation from our team in order to figure out the root cause. Can we ask that you write in to us , providing as much detail and context as possible.
If you have a minimal reproduction project that would be very helpful
Hello @unique sandal, we have sent you a direct message, please check it at https://discord.com/channels/@me/1428351599352217650
- 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
I actually don't have a minimal project that I can share, it involves creating a connected account under a platform account, then creating an Identity verification session from the backend and then using it in the app itself. I am also not that well versed in android platform side dependency and the config language, the platform side dependency actually took me a whole day to upgrade 🥲
I forwarded the dm to my team, I don't have creds to the main account to create the support ticket from
I think you can start a brand new ReactNative project, add these 3 dependencies, continue adding dependencies untill you got the error
without implementing any feature
Then share the project with us via the support ticket
Will try and let you know, and I should include that to support ticket and not here?
Yes in the support ticket
Between in my test, I cloned our official RN example
https://github.com/stripe/stripe-react-native/tree/master/example
Then I added to it Stripe RN terminal sdk:
yarn add @stripe/stripe-terminal-react-native
Then identity SDK:
yarn add @stripe/stripe-identity-react-native
I managed to run it correctly without facing the error you are facing
Continuing the flow I started by adding your customization until you manage to reproduce the issue that would be very helpful too