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

remove unused "data" variable in createDataBase #4

Closed neoborn closed 9 years ago

neoborn commented 9 years ago

thanks for this library. this is exactly what I need. however, I found a bug when the database is still empty, which says Can't find variable: data Hence, I looked at the source code and able to solve it by making this change. hope you could approve and merge my pull request to benefit others. thanks.

thewei commented 9 years ago

Thank you