[Problem/Question]
In my use case, I’m creating group channels in the background using the JS sdk in both the client and in my server. How can I tell the UI components to refresh so that the user sees the new channels in their channel list?
// If problem, please fill out the below. If question, please delete.
[UIKit Version]
“@sendbird/chat”: “^4.19.6”,
“@sendbird/uikit-react-native”: “^3.10.0”,
[Reproduction Steps]
I’m using SendbirdSdk.groupChannel.createChannel, not using the UI-based channel creation flow.
[Frequency]
N/A
[Current impact]
Ths is a core requirement for me to be able to use the UI kit.