react-native-store
react-native-store copied to clipboard
Looping through response after .get
What is the best way to loop through stored data to display a list with each object? These will be anonymized JSON objects stored in the DB.
I have tried .map, but the response returns an array of length 1 instead of each individual element. Any suggestions?
I needed to add each JSON individually.
Would an addAll method be available in the future?