I'm using AsyncStorage from react-native to get and store data for my app. I successfully store data via AsyncStorage but when I try to getItem from AsyncStorage it
Promise {_40: 0, _65: 1, _55: "30", _72: null}
How to get "30" value? I tried .json and Promise.resolved to get the data, both not working.
react-native: "0.47.1"
android version: 6