#dcz86-googlepay
1 messages ยท Page 1 of 1 (latest)
@tired obsidian I just updated my initial post to include more information. ๐
I'm using stripe-react-native library.
thanks, thinking...
apparently this is a common enough problem in React Native in general and the fix is to just set compileSDK to 31 it seems
to be clear that does not change the version your app targets in terms of Android versions it can run on when deploying the app, compileSDK is just for the version used inside the build toolchains, as far as I'm aware
I tried this solution before asking for help here but didn't work - tried it again now it works nicely. I guess second time is the charm ๐
Thanks @tired obsidian