bsky-app/modules/expo-receive-android-intents
Hailey 2397104ad6
Lint native files (#4768)
2024-07-11 18:15:35 -07:00
..
android Lint native files (#4768) 2024-07-11 18:15:35 -07:00
README.md Share Extension/Intents (#2587) 2024-02-27 15:22:03 -08:00
expo-module.config.json Share Extension/Intents (#2587) 2024-02-27 15:22:03 -08:00

README.md

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.