I am working on node express API project which uses PouchDB and it should sync with remote CouchDB. Its working fine in the desktop. I am not able to use PouchDB in Android/iOS. The reason is that leveldown which came as a dependency of PouchDB, is not able to compile in Android/iOS. From this perspective, I have 2 choices:
- I should get a way to compile leveldown in mobile.
- Or I should find how to use some other alternative for leveldown in pouch db (eg:medeadown, as PouchDB folks suggest)