How to organize React Native with Realm project files?

前端 未结 2 1604
滥情空心
滥情空心 2020-12-23 21:59

I\'ve picked realm to store data in my React Native app. I don\'t understand, how to organize files in my project. Documentation provides only simple code for one component.

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 22:53

    In the example in the Realm github repo all models are defined and exported form a singe file: https://github.com/realm/realm-js/blob/master/examples/ReactExample/components/realm.js

    Then this is required throughout the app and used as needed.

提交回复
热议问题