Stefan Wallin
Stefan Wallin
Stumbled upon this and just want to let you know we've passed Feb 20 now :)
Had this same problem after new project, pod install failed as part of init script. Solution: ```bash cd project npm i npx pod-install ``` I tried only running `npx pod-install`,...
> We are aware of this unfortunate behavior. None of our tests and attempts to resolve it were fruitful. This is not a problem for native Android but only affects...
@descorp Would you consider v2 BETA production ready yet?
And also, my suggestion above is based on the assumption that the adyen-library can resume the session and call the onAdditionalDetails-callback even though it did not receive any additionalDetails from...
So after two long days (involving RN 0.73-upgrade with kotlin-migration repercussions) I'm finally at a stage to try this out. I have managed to narrow down this to happen in...
Missed the StackTrace: ``` E FATAL EXCEPTION: main Process: se.myapp.app, PID: 4266 android.view.InflateException: Binary XML file line #53 in se.myapp.app:layout/view_payment_in_progress: Binary XML file line #53 in se.myapp.app:layout/view_payment_in_progress: Error inflating class...
Okay, I solved this style issue with changing the parent of the style my android-app uses, like this: ```diff - + @drawable/rn_edit_text_material true ``` --- Now, when I try again,...
@descorp If it wasn't clear I'm at the end of my understanding here. Is it supposed to be possible to resume a 3DS-challenge in this way?
How did your testing go?