0
Q:

how to remove item from asyncstorage

async removeItemValue(key) {
    try {
        await AsyncStorage.removeItem(key);
        return true;
    }
    catch(exception) {
        return false;
    }
}
1

New to Communities?

Join the community