getMyStringValue = async () => { try { return await AsyncStorage.getItem('@key') } catch(e) { // read error } console.log('Done.') }