clipboard
clipboard copied to clipboard
Autolinking issue
Environment
Expo >= 41
Platforms
All
Versions
- Android:
- iOS:
- react-native-netinfo:
- react-native: 0.69
- react: 18
Description
missing package name
Propose Changes:
diff --git a/node_modules/@react-native-clipboard/clipboard/android/src/main/AndroidManifest.xml b/node_modules/@react-native-clipboard/clipboard/android/src/main/AndroidManifest.xml
index 5f5d7a2..71a1aa2 100644
--- a/node_modules/@react-native-clipboard/clipboard/android/src/main/AndroidManifest.xml
+++ b/node_modules/@react-native-clipboard/clipboard/android/src/main/AndroidManifest.xml
@@ -1,4 +1,4 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativecommunity.clipboard">
</manifest>
This patch is necessary for use with RN 81.0 on Android. Maybe put in a PR @swotiendang?
this was explicitly removed to remove a deprecated property for newer versions of Gradle - are you sure this is what's causing issues in newer versions of React Native?