I’ve been using this code for a while and was showing it to friend tonight and realised that I don’t understand the purpose of storing the token with `AsyncStorage` since we never do `AsyncStorage.getItem(…)`. What is the purpose?
I’ve been using this code for a while and was showing it to friend tonight and realised that I don’t understand the purpose of storing the token with `AsyncStorage` since we never do `AsyncStorage.getItem(…)`. What is the purpose?