Skip to content

Instantly share code, notes, and snippets.

View achorein's full-sized avatar
🚀

Anselme Chorein achorein

🚀
  • Nantes, France
View GitHub Profile
@achorein
achorein / share-extension-patch-android.diff
Last active August 26, 2023 14:46
Expo React Native (Expo SDK 46) : Share Intent, auto configuration for Android using https://github.com/ajith-ab/react-native-receive-sharing-intent
--- android/app/build.gradle 2022-10-29 11:38:29.000000000 +0200
+++ share-extension/android/app/build.gradle 2022-10-29 11:12:16.000000000 +0200
@@ -339,6 +339,8 @@
} else {
implementation jscFlavor
}
+
+ implementation project(':reactnativereceivesharingintent')
}