Component { storeData = async (name) => { try{ await AsyncStorage.setItem('name',name); }catch ...
確定! 回上一頁