Sendbird Initial Push Notification App Open Stuck or Freeze due to ZustandPersistGate

Hello Team,

We are facing one issue(On Android) where the push notification is received on device(App was in a close state) and when tapping on that notification the app open and stuck or freeze on splash. We investigate and found that Navigation stack is not getting initialize due to ZustandPersistGate. Below is the snap of code

import { PersistGate as ZustandPersistGate } from ‘zustand-persist’;
Screenshot 2022-05-24 at 12.19.45 PM

Please share some solution such that we deal with ZustandPersistGate. so that we continue app flow to reach the particular channel.

“react-native”: “0.66.4”,
“zustand-persist”: “^0.3.0”

Please help us out on this. Thanks in advance!!!

Hi @Alizaheer_Khunt,

Welcome to the Sendbird Community.

Are you able to see any kind of logging from Zustand? From this initial perspective, this doesn’t appear to be an issue with Sendbird, since Sendbird does not control Zustand. Do you have any kind of logging that can give you insight into why ZustandGate is throwing an error?

Also, is there anything in logging or anything else that points to this being a Sendbird issue?