Axel Schenkelman
Results
2
issues of
Axel Schenkelman
When user logs out I call this function in order to remove session from asyncstorage and update state accordingly ``` logout(){ FabricTwitterKit.logOut() AsyncStorage.removeItem('session') this.props.logOut() } ``` When user try to...