From c107d812bc74b6f173f59357cda52591c74a0012 Mon Sep 17 00:00:00 2001 From: vnphu Date: Tue, 18 Jul 2023 13:52:27 +0700 Subject: [PATCH 1/3] fix pod ios --- ios/ReactShareViewController.swift | 2 +- ios/ShareMenuManager.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 0e1a8ee5cfd5725131885b167b09e7fca47d86c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nh=C6=B0=20Ph=C3=BA?= <50934312+vnphu@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:53:42 +0700 Subject: [PATCH 2/3] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6154ae7..5b5a5f7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "6.0.0", "repository": { "type": "git", - "url": "git+https://github.com/meedan/react-native-share-menu.git" + "url": "git+https://github.com/vnphu/react-native-share-menu.git" }, "keywords": [ "react-component", @@ -19,7 +19,7 @@ "name": "Meedan", "email": "hello@meedan.com" }, - "homepage": "https://github.com/meedan/react-native-share-menu", + "homepage": "https://github.com/vnphu/react-native-share-menu", "license": "MIT", "readmeFilename": "README.md" } From f073cf07f8ba4e940346e3fa5c04160129af5e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nh=C6=B0=20Ph=C3=BA?= <50934312+vnphu@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:01:55 +0700 Subject: [PATCH 3/3] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b5a5f7..6154ae7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "6.0.0", "repository": { "type": "git", - "url": "git+https://github.com/vnphu/react-native-share-menu.git" + "url": "git+https://github.com/meedan/react-native-share-menu.git" }, "keywords": [ "react-component", @@ -19,7 +19,7 @@ "name": "Meedan", "email": "hello@meedan.com" }, - "homepage": "https://github.com/vnphu/react-native-share-menu", + "homepage": "https://github.com/meedan/react-native-share-menu", "license": "MIT", "readmeFilename": "README.md" }