I have setup the Call SDK as given in the docs for react native in my expo project. Its working for android but is crashing as soon as the app opens for IOS. This maybe due to some missing native dependecy but i have tried everything and its still not working
version of the SDK I am using :
“@sendbird/calls-react-native”: “^1.1.5”,
“@sendbird/chat”: “^4.16.5”,
“@sendbird/uikit-react-native”: “^3.8.6”,
Just initialise the app in your expo project for ios
SendbirdCalls.initialize(process.env.EXPO_PUBLIC_SENDBIRD_APP_ID!)
it opens up if I comment this but the app itself crashes when initialised
// How frequently is this issue occurring?
Always
I cant move forward. Priority 0 problem