diff --git a/ios/ReactShareViewController.swift b/ios/ReactShareViewController.swift index f42bce6..ee36062 100644 --- a/ios/ReactShareViewController.swift +++ b/ios/ReactShareViewController.swift @@ -13,7 +13,7 @@ class ReactShareViewController: ShareViewController, RCTBridgeDelegate, ReactSha func sourceURL(for bridge: RCTBridge!) -> URL! { #if DEBUG return RCTBundleURLProvider.sharedSettings()? - .jsBundleURL(forBundleRoot: "index.share", fallbackResource: nil) + .jsBundleURL(forBundleRoot: "index.share") #else return Bundle.main.url(forResource: "main", withExtension: "jsbundle") #endif diff --git a/ios/ShareMenuManager.m b/ios/ShareMenuManager.m index 308ec99..d64822e 100644 --- a/ios/ShareMenuManager.m +++ b/ios/ShareMenuManager.m @@ -6,7 +6,7 @@ // #import "ShareMenuManager.h" -#import "RNShareMenu-Swift.h" +#import #import