seigel/pouchdb-react-native

PouchDB find is not a function

Closed this issue · 4 comments

It is mentioned here that we can create a custom build with plugins.

But pouchdb-find plugin has been moved to pouchDB and it is not listed in pouch plugins page anymore.

When I use the find, "find is not a function" error is thrown. What is the recommended way to integrate find module in this case?

Thank you

@ozmaat how did you solve the problem?

@ccfiel - I am not using the find plugin at the moment but at that time I have manually added the pouchdb-find (version 6.4.3) under node_modules from https://github.com/pubkey/rxdb. And It worked.

thanks @ozmaat !

So is there any way to use pouchdb-find or we need to just start using RxDB?