React Native - iOS - open iMessages Share Extension

I am creating an app where i am opening the direct share extension in app for different apps like instagram, snapchat and whatsapp. It is working fine i know there share extension bundle id and it open perfectly. I also need to open the iMessages share extension in app i have found the bundle id of iMessage share extension it is com.apple.UIKit.activity.Message but when i try to open it got error extension not found.

Any one have any idea how i can find the right bundle if for iMessage share extension ?

I am using an iOS SPM package LNExtensionExecutor and create a bridge between React Native and this native package.