import AsyncStorage from '@react-native-async-storage/async-storage'; ... const storeData = async (value) => { try { await AsyncStorage.
確定! 回上一頁