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

Await/Async

MrFoxPro opened this issue · comments

Can i use this library with async/await words?

@MrFoxPro Yes, you can use this with async/await so long as your react native project (the babel part) setup supports that, which I think they do by default.