Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1# Expo Receive Android Intents 2 3This module handles incoming intents on Android. Handled intents are `text/plain` and `image/*` (single or multiple). 4The module handles saving images to the app's filesystem for access within the app, limiting the selection of images 5to a max of four, and handling intent types. No JS code is required for this module, and it is no-op on non-android 6platforms. 7 8No installation is required. Gradle will automatically add this module on build.