antoniopresto / react-native-local-mongodb

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

findOne does not resolve the promise if document does not exist #21

Closed nachofregeiro closed 6 years ago

antoniopresto commented 6 years ago

fixed in react-native-local-mongodb@1.9.1

Can you take a look if it solved your case?

nachofregeiro commented 6 years ago

It is working, thanks for your quick response.