Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-custom-tabs@0.1.7 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-custom-tabs/android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsModule.java b/node_modules/react-native-custom-tabs/android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsModule.java
index 29a0fe6..f66b403 100644
--- a/node_modules/react-native-custom-tabs/android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsModule.java
+++ b/node_modules/react-native-custom-tabs/android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsModule.java
@@ -5,7 +5,7 @@ import android.content.Context;
import android.graphics.Color;
import android.os.Bundle;
import android.provider.Browser;
-import android.support.customtabs.CustomTabsIntent;
+import androidx.browser.customtabs.CustomTabsIntent;
import android.text.TextUtils;
import com.droibit.android.customtabs.launcher.CustomTabsLauncher;
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-custom-tabs@0.1.7for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.