Files
bsky-social-app/modules/expo-receive-android-intents
tomsqrd 9136be68b3 Reading the optional String extras from attachment share intents (#9396)
and adding them to the compose intents for images and videos if they exist.

Co-authored-by: Tom Quinders <tom.quinders@check24.de>
2025-11-22 03:03:30 -08:00
..
2024-02-27 15:22:03 -08:00

Expo Receive Android Intents

This module handles incoming intents on Android. Handled intents are text/plain and image/* (single or multiple). The module handles saving images to the app's filesystem for access within the app, limiting the selection of images to a max of four, and handling intent types. No JS code is required for this module, and it is no-op on non-android platforms.

No installation is required. Gradle will automatically add this module on build.