faizanbutt
faizanbutt
HI, How can we get the screen name on which the error occurs? It is only returning the error message.
Hi All, My UseEffect Code is: ``` useEffect(() => { const checkNet = NetInfo.addEventListener((state) => { if(!state.isConnected){ setShowModal("internet") } console.log("state at splash",state.isConnected); }); return () => { checkNet(); }; },...
I am using Firebase push notifications and they are working fine i.e with sound and vibration but when the app is in background mode then the notification is being received...