Patryk Marszelewski

Results 1 issues of Patryk Marszelewski

Hi, how can I remove state and logout user from this project? I tried: const signOut = async () => { try { await firebase.auth().signOut(); navigation.navigate("Login"); } catch (e) {...