From cb620b483d0d340038a9655ad94fdecdea441cf4 Mon Sep 17 00:00:00 2001 From: unstableair Date: Thu, 28 Dec 2023 15:04:28 +0000 Subject: [PATCH] Note iOS compatability issues due to Swift implementation. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 81c5a66..53181a0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ npm install react-native-geolocation-service | <0.60 | 2.0.0 | | <0.57 | 1.1.0 | + +| iOS Version | +|-------------| +| 13+ | + +Using this package at iOS 12 causes the app to crash on open due to lack of Swift support. + # Setup - See [docs/setup.md](docs/setup.md) - Check out example project