How to use React-Native Realm as Native Module in iOS
Hey Stack Overflow community,
I have a React native project and in that project I have a dependency installed which is realm: 10.22.0. My question is how can I access the Realm package in the swift side my plan is to create a native module where I can migrate Realm DB from another iOS native project and pass the values to React-native via the bridging module. On the React-native project in the Pods section I can see that there is RealmJS. I tried accessing it but I was not able to use it...