thewei / react-native-store

A simple database base on react-native AsyncStorage.
https://github.com/thewei/react-native-store
Other
569 stars 74 forks source link

Fixed tests #38

Closed pratyushmittal closed 8 years ago

pratyushmittal commented 8 years ago

Earlier we were returning promise inside an async function, which itself is a promise. Previous babel might have ignored that.

Have fixed this in this pull request.

thewei commented 8 years ago

👍It is working