Hi Mateusz,
I've encountered the same issue and fixed this with in my native build based on this solution.
https://stackoverflow.com/questions/77274148/could-not-invoke-rnfusedlocation-getcurrentposition-react-native-geolocation-s
In android/build.gradle:
Add this line => playServicesLocationVersion = "21.0.1" inside buildscript.ext
In android/app/build.gradle:
Add this line or upgrade the version to 21.0.1 if older version already exists=>
implementation "com.google.android.gms:play-services:21.0.1"
Hi, i saw there is an update of the native mobile resources module https://marketplace.mendix.com/link/component/109513, hope it fixes it
they change react native tool (react-native-geolocation-service to @react-native-community/geolocation). For me is not good resolution. In new version on android 13 and 14 @react-native-community/geolocation works terrible on my phones