oyyq99999 / react-native-secure-storage

A secure AsyncStorage implementation
MIT License
74 stars 54 forks source link

Do not crash when no options are passed, update README #11

Open thibmaek opened 5 years ago

thibmaek commented 5 years ago

Closes #5

This way you can call: .setItem(key, value) without options and use the defaults.

thibmaek commented 3 years ago

Hi, I'd still like to fix this. Can I do anything else?