Overview of Expo Receive Android Intents
mainThe expo-receive-android-intents module is an Expo module designed for Android that intercepts incoming Android share intents (e.g., when a user shares content from another app to Bluesky) and converts them into deep links. This allows the app to automatically open the composer with pre-populated text, images, or videos.
Supported Content Types:
- Text sharing: Plain text for composing a post.
- Image sharing: Single or multiple images (up to 4).
- Video sharing: A single video.
Platform Support:
- Android: Fully supported.
- iOS/Web: No-op (these platforms handle sharing differently).