I am creating a simple calculator application in react native, and I am using AsyncStorage for storing results, but it takes too long to get the data from AsyncStorage.
I am creating a simple calculator application in react native, and I am using AsyncStorage for storing results, but it takes too long to get the data from AsyncStorage.