jasonmerino / react-native-simple-store

A minimalistic wrapper around React Native's AsyncStorage.

Home Page:https://www.npmjs.com/package/react-native-simple-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update NPM

headlessme opened this issue · comments

commented

Could you publish the latest version to NPM?

Yeah, I'm working on that. Probably have it out by the end of the week.

I've been taking some time to update the tests and add some examples, but the full examples will have to wait until after the new version goes out.

Okay, just released 1.1.0. Adds ability to get multiple keys, save multiple keys, list all keys, and deep merges objects in .update().