bashen1 / react-native-mqq

React Native QQ 登陆 分享
0 stars 0 forks source link

安卓版本编译不过 #1

Open LuckyEricYz opened 1 month ago

LuckyEricYz commented 1 month ago

项目版本: RN 版本0.72.5, gradle 版本8

bashen1 commented 1 month ago

没有提到错误点,高版本gradle可以尝试为这个模块打个补丁

diff --git a/node_modules/react-native-mqq/android/src/main/AndroidManifest.xml b/node_modules/react-native-mqq/android/src/main/AndroidManifest.xml
index cb0890e..c4efed4 100644
--- a/node_modules/react-native-mqq/android/src/main/AndroidManifest.xml
+++ b/node_modules/react-native-mqq/android/src/main/AndroidManifest.xml
@@ -13,7 +13,8 @@
         <activity
             android:name="com.tencent.tauth.AuthActivity"
             android:launchMode="singleTask"
-            android:noHistory="true">
+            android:noHistory="true"
+            android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />