React Native - Realm with MobX State Tree

Hello, using react native does it make sense to use a state management library like mobx with realm?.. I’m afraid I would be forced to declare model schemas for booth, realm and mobx… is it the only way to do that? or I can “reuse” realm schemas on mobx, or mobx schemas on realm. Thanks!!