Searched refs:STORAGE_PREFIX (Results 1 – 1 of 1) sorted by relevance
3 const STORAGE_PREFIX = '@@expo@@'; constant40 const item = await AsyncStorage.getItem(`${STORAGE_PREFIX}:onboarding`);46 await AsyncStorage.setItem(`${STORAGE_PREFIX}:onboarding`, '1');48 await AsyncStorage.removeItem(`${STORAGE_PREFIX}:onboarding`);53 const json = await AsyncStorage.getItem(`${STORAGE_PREFIX}:session`);59 await AsyncStorage.setItem(`${STORAGE_PREFIX}:session`, json);63 await AsyncStorage.removeItem(`${STORAGE_PREFIX}:session`);