I'm fairly new to React Native but I'm trying to create an application using React Native with React Community Geo location. When I started my application earlier today by running npx react-native run-ios, I was prompted with an update. I believe it updated the iOS emulator version as i am now on 17E255. With this release, I am no longer able to use React Native Geolocation, whenever I try to use geolocation, I am getting an error saying that "PERMISSION_DENIED: 1". I doubled checked that I had my location settings are enabled ( they are). I also tried accessing iOS maps as well, but it was also not able to fetch my location. Was wondering if anyone else knew what to do, do I need to downgrade my iOS version or wait for a fix? Thanks
↧