mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

AsyncStorage faulty returned results from DoubleSearch.js #136

Closed csbduzi closed 4 years ago

csbduzi commented 4 years ago

Issue in the storage of values

Issue with the AsyncStorage of DoubleSearch.js, the returned result is not what is expected. The output should of returned a property of the object. Instead, it is returning the object itself as a string. Here is a screenshot of the output in a terminal

image