Ahab
Ahab
@valery-lavrik I don't understand the question. If you want to access the db, follow the documentation. Unless you're talking about in react-native-windows, in which case there's a hack you have...
To the best of my knowledge, no, not without just building the display logic yourself or some weird hack (like loading it to a variable and using your debugging tools)....
You're welcome. Good luck!
EDIT: Oh, I misread your question. You'll probably have to fix the code yourself if it's broken. No one maintains this repo currently. On android and windows at least, the...
> @jakob-fankhauser Ok that makes sense. I'm not sure how the user device would know the old database should be removed so I guess we should delete it ourselves. I'll...
> @MacKenzieHnC I tested only on Android for now, also I only tested it locally. I don't know how to check wether it works in store builds. Gotcha. I really...
@cglacet Yeah, the whole module is native. What I meant was that it seems like your solution was only javascript, and I'm skeptical that will work across all platforms. As...