In the React Native Sendbird SDK, I have around 30 users, but they are not visible in the channel creation user list, even though all of them have logged into Sendbird at least once.
Code in createGroupChannelCreateFragment
const { users, refreshing, loading, error, refresh, next } = useUserList(sdk, {
queryCreator,
sortComparator,
});
When this “users” is consoled, I get different arrays every time I connect to SendBird