Facing issues when try to login to CometChat, the cometchat error message showed as below:
{“error”: {“message”: “undefined is not an object (evaluating ‘d.localStorage.get’)”, “name”: “TypeError”}}
The libraries version that using right now listed as below
“@cometchat-pro/react-native-chat”: “^2.0.8”
“react”: “16.9.0”
“react-native”: “0.61.0”
“@react-native-community/async-storage”: “^1.10.3”
Any solution for this situation ?
Thanks