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.61k stars 291 forks source link

Note iOS compatability issues due to Swift implementation. #432

Open unstableair opened 9 months ago

unstableair commented 9 months ago

Summary

Documentation does not indicate that this library will cause apps to crash on open at iOS 12. This is due to it's reliance on Swift which is not available until iOS 13. iOS 12 is still widely used and supported to RN <= 0.72 This addresses issue #430

Test Plan

Documentation change only.