Closed samblacklock closed 6 years ago
Hey,
Looks like the name of the remove item method in Expo is deleteItemAsync rather than removeItemAsync
deleteItemAsync
removeItemAsync
https://github.com/expo/expo-sdk/blob/1fae0eed61c892d38d600daf23bf3c80cc9bea40/src/SecureStore.js#L27
Good catch, want to do a PR?
Sorry for the delay - PR open
Merged! Thank you
Hey,
Looks like the name of the remove item method in Expo is
deleteItemAsync
rather thanremoveItemAsync
https://github.com/expo/expo-sdk/blob/1fae0eed61c892d38d600daf23bf3c80cc9bea40/src/SecureStore.js#L27