backing up a realm db in react native?

谁说胖子不能爱 提交于 2020-04-14 02:25:11

问题


I'm trying to backup the realm database in the app to a cloud storage solution like Dropbox.

I'm currently using the react-native-fs to read the file in base64 and then upload it. All that works fine but when I try to restore it back the file seems corrupted (encryption message, even though it is not encrypted) which leads me to presume I'm doing something wrong.

Is there any specific best practices to back the realm database in react-native?

Cheers

来源:https://stackoverflow.com/questions/38914660/backing-up-a-realm-db-in-react-native

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!