Home
last modified time | relevance | path

Searched refs:jsonHistory (Results 1 – 1 of 1) sorted by relevance

/expo/home/storage/
H A DLocalStorage.ts70 const jsonHistory = await AsyncStorage.getItem(Keys.History); constant
71 if (jsonHistory) {
73 return JSON.parse(jsonHistory);