react-native-geolocation-service
react-native-geolocation-service copied to clipboard
Does not build with use_frameworks! [with fix]
On iOS, with use_frameworks defined, library fails to build.
Fix is that in the libraries pod file, dependency should be React-Core and NOT React
- s.dependency 'React'
+ s.dependency 'React-Core'
More info: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116