diff --git a/ios/RNMBX/RNMBXImages.swift b/ios/RNMBX/RNMBXImages.swift index 797cf3e37..e28167bc4 100644 --- a/ios/RNMBX/RNMBXImages.swift +++ b/ios/RNMBX/RNMBXImages.swift @@ -68,7 +68,10 @@ open class RNMBXImages : UIView, RNMBXMapComponent { } // MARK: - RNMBXMapComponent - // Uses default implementation from RNMBXMapComponentProtocol extension (returns false) + + public func waitForStyleLoad() -> Bool { + return true + } public func addToMap(_ map: RNMBXMapView, style: Style) { self.style = style