Does anyone have a working method for sending text messages that supports attaching local images from your React Native project? I'm currently using react-native-communications (https://github.com/anarchicknight/react-native-communications), which doesn't seem to support any attachments and only text.
When searching for libraries that support attachments, the only one I could find was react-native-message-composer (https://github.com/anarchicknight/react-native-message-composer). However, I followed the installation instructions, linked it correctly, and called the functions as they were presented in the docs, and nothing happens. It also only supports iOS.
So my question is does anybody know how to send text messages from a React Native app in a way that supports image attachments for both iOS and Android?