Ao utilizar o comando AsyncStorage.getItem('token') tenho como retorno um array {"40":0,"65":0,"55":null,"72":null}
Como resolver?
Ao utilizar o comando AsyncStorage.getItem('token') tenho como retorno um array {"40":0,"65":0,"55":null,"72":null}
Como resolver?
Resolvi assim:
AsyncStorage.getItem('token').then((value) => {
console.warn(value);
});