cometchatUI is not showing on react native(ios).
I followed the steps of this url.
‘UI Components’
It’s working on android but not in IOS.
Showing just empty screen. and throwing a console warning.
//
Possible Unhandled Promise Rejection (id: 5):
TypeError: Cannot read property ‘getRegion’ of undefined
TypeError: Cannot read property ‘getRegion’ of undefined
//
“dependencies”: {
“@cometchat-pro/react-native-calls”: “^2.1.1-beta3”,
“@cometchat-pro/react-native-chat”: “3.0.0”,
“@react-navigation/bottom-tabs”: “^6.0.5”,
“@react-navigation/drawer”: “^5.12.5”,
“@react-navigation/material-top-tabs”: “^5.x”,
“@react-navigation/native”: “^5.9.4”,
“@react-navigation/stack”: “^5.14.5”,
“react”: “17.0.1”,
“react-native”: “0.64.2”,