Cretezy / redux-persist-expo-securestore

redux-persist storage for Expo's SecureStore
MIT License
74 stars 28 forks source link

Wrong method used #1

Closed samblacklock closed 6 years ago

samblacklock commented 6 years ago

Hey,

Looks like the name of the remove item method in Expo is deleteItemAsync rather than removeItemAsync

https://github.com/expo/expo-sdk/blob/1fae0eed61c892d38d600daf23bf3c80cc9bea40/src/SecureStore.js#L27

Cretezy commented 6 years ago

Good catch, want to do a PR?

samblacklock commented 6 years ago

Sorry for the delay - PR open

Cretezy commented 6 years ago

Merged! Thank you