Andreas K.

Results 18 comments of Andreas K.

that sounds promising. thank you very much for the transparent communication.

@hf: It is now almost the end of January and I would like to politely ask if you have made any progress in the matter? Is there anything we can...

I was able to solve it via app.json. Add under plugins ``expo-build-properties``: ``` [ "expo-build-properties", { "android": { "extraMavenRepos": [ "../../node_modules/react-native-adapty/lib/android/localMaven" ] }, } ], ``` If you are in...

Thanks for your tip. Tried that and it makes no difference.

Ah ok, thx. But @Balastrong, in my production env i use pages router (i think there is not use client necessary). Should i upload another repro?

I had the same problem, but only on ios. I've read the documentation of react native, react navigation, github issues, stack overflow questions over and over again. Nothing worked. But...

Yeah, i had exact the same problem. I downgraded to sdk 51 again. I have a monorepo with solito, therefore some interesting findings in this issue: https://github.com/nandorojo/solito/issues/498