How Do I Hook Onto The Incoming Messaging Event When Using UIKit?

@diggtydo You can use the withSendBird() HOC as documented here https://sendbird.com/docs/uikit/v1/javascript/guides/group-channel#2-components to get access to the SDK directly.

This post gives a similar example to what you are trying to do:

Given that you’ve already got this figure out the SDK, this should be pretty straightforward for you.

Let us know if that doesn’t take care of it for you.