mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bcf2a716fb
Summary: This PR is to address https://github.com/facebook/react-native/issues/28200 Even though GeoLocation was extracted from the Core, there are still libraries i.e. the CoreLocation.h library included which cause Apple to reject Apps, as mentioned here. This removed all references to the CoreLocation library that where remaining. ## Changelog [iOS] [Removed] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/28300 Test Plan: - Flow check passes. - RNTest built successfully. Differential Revision: D20441145 Pulled By: shergin fbshipit-source-id: 03faa4d20dc15cea931b42f34f13814df9c94a01