-
Notifications
You must be signed in to change notification settings - Fork 158
Autolinking issue #290
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working