michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.27k stars 219 forks source link

Avoid locking `RCT-Folly` version #291

Closed naftalibeder closed 6 months ago

naftalibeder commented 6 months ago

This prevents the error

CocoaPods could not find compatible versions for pod "RCT-Folly"

and is equivalent to this fix.

naftalibeder commented 6 months ago

I opened this as an issue instead of a PR by accident, and also hadn't noticed it duplicates this PR.