An array of, or function that returns and array of, actions that can be performed on a message shown in the the message overlay.
Please refer to [the guide on customizing message actions](../../../../guides/message_actions_customization.mdx) for details.

| Type | Default |
| - | - |
| array \| function | [messageActions](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/Message/utils/messageActions.ts) |

| Parameter | Description |
| - | - |
| actionInfo | an object containing the original actions and relevant message data |
