You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
Stored objected is: { name: 'Chris', age: 30, traits: { hair: 'brown', eyes: 'brown' }, };
not able to retrieve value.propertyName.
AsyncStorage.getItem('key').then( (value) => console.log('value ', value, 'name is ', value.name));
output is : value {"name":"Chris","age":30,"traits":{"hair":"brown","eyes":"brown"}} name is undefined.
Please let me know how to retrieve a specific value from promise object
The text was updated successfully, but these errors were encountered: