clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

Autolinking issue

Open swotiendang opened this issue 5 months ago • 1 comments

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>

swotiendang avatar Aug 16 '25 15:08 swotiendang

This patch is necessary for use with RN 81.0 on Android. Maybe put in a PR @swotiendang?

error-try-again avatar Aug 27 '25 06:08 error-try-again

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?

Rexogamer avatar Jan 10 '26 12:01 Rexogamer