Skip to content

Commit bcf2a71

Browse files
maschadfacebook-github-bot
authored andcommitted
Removed core RCTConvert CoreLocation Libraries as well as reference i… (#28300)
Summary: This PR is to address #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: #28300 Test Plan: - Flow check passes. - RNTest built successfully. Differential Revision: D20441145 Pulled By: shergin fbshipit-source-id: 03faa4d20dc15cea931b42f34f13814df9c94a01
1 parent 65d6f5a commit bcf2a71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/CameraRoll/RCTCameraRollManager.mm

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#import "RCTCameraRollManager.h"
99

1010
#import <FBReactNativeSpec/FBReactNativeSpec.h>
11-
#import <CoreLocation/CoreLocation.h>
1211
#import <Foundation/Foundation.h>
1312
#import <UIKit/UIKit.h>
1413
#import <Photos/Photos.h>

0 commit comments

Comments
 (0)