Convert existing React Native app to Realm

I have a production RN mobile app that currently uses AsyncStorage which no longer meets our needs. Are there any known guides to refactoring apps to use Realm? What would be an expected level of effort for integrating Realm into a rather large, professional-grade app?

Any links to such information would be most appreciated. Thanks.

@Michael_Stelly We do not have any guides for AsyncStorage to Realm specifically but we do have a couple of examples of using Realm in a RN app, I hope this helps -

We also have this RN helper framework -

Thanks. I will check them out.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.