I am using Intercom.presentMessageComposer(initialMessage) to show Intercom with a pre-filled message in my React Native app like this:
await Intercom.presentMessageComposer(‘An initial message.’);I’m using this version: "@intercom/intercom-react-native": "^9.3.2"
This launches the Intercom messenger on iOS with pre-filled message.
On Android, this launches the Intercom messenger but there’s no pre-filled message. Also the message input is not visible on Android.
Is this an expected behavior on Android or is it a bug?

