Find path for Realm file with Realm React Native to use with Realm Browser

前端 未结 4 1721
野性不改
野性不改 2020-12-31 19:10

On iOS, it is possible to inspect the contents of a Realm database by opening the corresponding file with the Realm Browser. The path to that file can be printed by using th

4条回答
  •  时光说笑
    2020-12-31 19:21

    Just found the answer myself by digging through the docs:

    console.log('create db:', db.path)
    

提交回复
热议问题