Sendbird sdk not working wtih latest version of React Native (0.71.4

Problem
I’m working to update our app to RN version 0.71.4 and I keep getting an error related to the @sendbird/uikit-react-native sdk




[UIKit Version]
2.4.0

[Reproduction Steps]
Install fresh rn with latest versions and install and implement the latest sendbird react native sdk

[Frequency]
always

[Current impact]
Either cannot update RN version or we have to look for another messaging solution.

1 Like

Same problem here, trying to upgrade to React Native 0.71.4. The docs don’t mention a max supported version and seem to promote using the latest stable version of RN. Setting up the development environment · React Native

It seems as thought providing a no op to the userProfile param fixes the issues.
image