Skip to content

Commit aedb186

Browse files
iaudouardpinpong
authored andcommitted
fix(ios): added nitromodules import to module & view impl files
1 parent f0e6635 commit aedb186

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ios/GoogleMapViewImpl.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import CoreLocation
22
import GoogleMaps
33
import GoogleMapsUtils
44
import UIKit
5+
import NitroModules
56

67
final class GoogleMapsViewImpl: UIView, GMSMapViewDelegate,
78
GMSIndoorDisplayDelegate {

ios/RNGoogleMapsPlusModule.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import NitroModules
2+
13
final class RNGoogleMapsPlusModule: HybridRNGoogleMapsPlusModuleSpec {
24
private let permissionHandler: PermissionHandler
35
private let locationHandler: LocationHandler

0 commit comments

Comments
 (0)