Compose MMS and launch to phone messaging app in Expo / ExpoKit

I’ve ejected and using react-native-share’s shareSingle to launch directly into social media apps to share an image, avoiding the OS’s share dialog. I’d like to do the same to the default messaging app to send an MMS on iOS and Android. It seems simple to do SMS for text, but impossible to do an MMS with an image. Any suggestions appreciated!

(I’ve looked at the new-ish Share functionality in Expo, searched Node libraries, Google, etc… to no avail.)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.