This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
I just got a hacky, untested instance of pouchdb running on my | |
react-native IOS simulator five minutes ago. To do so, I installed | |
https://github.com/andpor/react-native-sqlite-storage and then pretended that it | |
was actually https://github.com/litehelpers/Cordova-sqlite-storage. This is | |
probably broken in some horribly subtle way, but the APIs I've manually tested | |
seem to work. Use very much at your own risk, and let me know how it goes. | |
I'm kind of shocked somebody hasn't come up with any other working solution, since | |
pouchdb and react-native are a perfect fit and there seems to be tons of demand. | |
*/ |