Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 290 forks source link

iOS Crash fix due to race conditions #370

Closed cristianoccazinsp closed 1 year ago

cristianoccazinsp commented 1 year ago

Summary

Make sure to keep a copy of the unwrapped variable in case it is nulled out in between.

Solves https://github.com/Agontuk/react-native-geolocation-service/issues/369

Test Plan

Test on real device (iPhone 12 pro). More info on linked issue.

Agontuk commented 1 year ago

Thanks for the fix.

cristianoccazinsp commented 1 year ago

@Agontuk any thoughts on releasing this?