AsyncStorage.removeItem() doesn't exist for Android. Can the API include this and the other methods? I've been using AsyncStorage.set('key', null) as the work around.
getItem
setItem
removeItem
mergeItem
clear
getAllKeys
flushGetRequests
multiGet
multiSet
multiRemove
multiMerge
AsyncStorage.removeItem()doesn't exist for Android. Can the API include this and the other methods? I've been usingAsyncStorage.set('key', null)as the work around.