diff --git a/ios/GoogleMapViewImpl.swift b/ios/GoogleMapViewImpl.swift index a87be91..b553f12 100644 --- a/ios/GoogleMapViewImpl.swift +++ b/ios/GoogleMapViewImpl.swift @@ -2,6 +2,7 @@ import CoreLocation import GoogleMaps import GoogleMapsUtils import UIKit +import NitroModules final class GoogleMapsViewImpl: UIView, GMSMapViewDelegate, GMSIndoorDisplayDelegate { diff --git a/ios/RNGoogleMapsPlusModule.swift b/ios/RNGoogleMapsPlusModule.swift index 82c7336..18de6b6 100644 --- a/ios/RNGoogleMapsPlusModule.swift +++ b/ios/RNGoogleMapsPlusModule.swift @@ -1,3 +1,5 @@ +import NitroModules + final class RNGoogleMapsPlusModule: HybridRNGoogleMapsPlusModuleSpec { private let permissionHandler: PermissionHandler private let locationHandler: LocationHandler