Christopher Herman
Christopher Herman
@christianfindsen how did you go about overriding the Custom Tab Intent? https://github.com/Adyen/adyen-android/blob/0cb450542307786fd4c8eb24f3f5922c8ce139d1/redirect/src/main/java/com/adyen/checkout/redirect/RedirectUtil.kt#L110 did you simply just locally change this logic, re-compile lib and link a as local module?
Similarly happening to me as well - the reason being is that I was relying on a root tsconfig "paths" attribute for access to workspaces packages. This has an effect...
I did a POC utilizing an overlay + default options with bottomsTabs.visible: false. I had a controller that listened for Navigation.events() to track external + internal bottom tab changes via...