在React Native App上打开Realm Studio
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在React Native App上打开Realm Studio相关的知识,希望对你有一定的参考价值。
我想在我的React Native App上运行Realm Studio。在这里视频,我看到文件Places.realm,但我不知道我生成这个文件? (https://realm.io/products/realm-studio/)
任何人都已经在React Native上使用Realm了吗?
谢谢 !
答案
如果需要使用Realm Studio检查Realm,可以启用sync(请参阅sync
中的属性https://realm.io/docs/javascript/latest/api/Realm.html#~Configuration)并设置对象服务器(https://realm.io/docs/get-started/installation/developer-edition/)。
另一种方法是使用Chrome和调试,就像使用任何其他React Native应用程序一样。
以上是关于在React Native App上打开Realm Studio的主要内容,如果未能解决你的问题,请参考以下文章
Realm React-Native:从 JS(反应本机代码)和 android(java)访问相同的领域
无法在写入事务之外修改托管对象 - React Native,Realm
Realm 与 React Native 0.29 兼容吗?