标签: react-native local-storage asyncstorage
我使用asyncstorage将值数组存储到单个键中,我正在尝试删除这些值,但即使我删除它也会保留。
AsyncStorage.setItem(“fault”,JSON.stringify(id));
其中id是值数组。如何在以后从存储中删除id?