'Share realm schema between Swift and React native?
I am implementing a notification service extension in swift and I would like to share my realm schema I have defined in javascript. I want avoid running into issues like "Migration required".
Is there anyway I can infer the realm schema from the realm file and use some kind of dynamic, key value way of accessing the realm objects in swift?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|