diff --git a/modules/hls-downloader/ios/HlsDownloaderModule.swift b/modules/hls-downloader/ios/HlsDownloaderModule.swift index d1cf0fc4..4d1cc2b7 100644 --- a/modules/hls-downloader/ios/HlsDownloaderModule.swift +++ b/modules/hls-downloader/ios/HlsDownloaderModule.swift @@ -6,7 +6,7 @@ public class HlsDownloaderModule: Module { private var currentDelegate: HLSDownloadDelegate? public func definition() -> ModuleDefinition { - Name("ExpoHlsDownloader") + Name("HlsDownloader") // Declare the events you wish to expose. Events("onProgress", "onError", "onComplete")