How to store facebook token in AsyncStorage React Native(Expo)
I am using Expo to Login User with Facebook, I am receiving token with Graph Api but when I try to add the token in Async Storage it is not working. Please see the code below: async logIn() { try…