antoniopresto / react-native-local-mongodb

react-native local mongodb storage.
MIT License
304 stars 66 forks source link

Remove all entries after app deletion #49

Closed kpervin closed 5 years ago

kpervin commented 5 years ago

Just wanted to make sure that, like AsyncStorage, all files would be removed upon app deletion? Sorry that this isn't an issue and more a question.

antoniopresto commented 5 years ago

Yep, this lib only stores data with AsyncStorage, no extra files are created