timedtext/expo-config-plugin-ios-share-extension

Android Support

Opened this issue · 1 comments

Thanks for the plugin. I see that Android is on the TODO list. Do you know what the steps are to have the same url functionality work for Android? So far I've tried adding this config to my app.json

intentFilters: [
            {
                action: 'SEND',
                data: [
                    {
                        mimeType: 'text/plain',
                    },
                ],
                category: ['DEFAULT', 'BROWSABLE'],
            },
        ],

I'm able to see my app show in the share intent popup but I'm unable to get the url from useUrl after navigating to the app. Any help here would be appreciated.

It looks like the data needs to be received locally in android first. More investigation is needed.