知识的价值不在于占有,而在于使用。这篇文章主要讲述在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/)。
【在React Native App上打开Realm Studio】另一种方法是使用Chrome和调试,就像使用任何其他React Native应用程序一样。
推荐阅读
- 在Android Studio中集成Realm时出错
- android错误(RealmClass注释不支持嵌套类)
- 非root用户手机Android用户可以查看/编辑存储在Realm DB中的数据吗()
- java.lang.ClassCastException: android.widget.LinearLayout cannot be cast to android.widget
- Android(在已部署的应用程序中找不到资源异常)
- 如何将现有仪表板复制到Appdynamics中的新项目中
- 正确的Realm Migration Android方式
- Realm android中的逻辑AND操作
- Realm Java作为Native Android Library的依赖绑定到Xamarin