jasonmerino / react-native-realm

A higher-order component for listening to Realm data in React components.
https://www.npmjs.com/package/react-native-realm
63 stars 10 forks source link

Cannot access realm that has been closed #9

Open HZSamir opened 6 years ago

HZSamir commented 6 years ago

Hello, On a new, mint RN project, your example works well. However, when I try to integrate your example into my existing project I run into the following error Error: Cannot access realm that has been closed I am not using Realm anywhere else. Just the code of your example added to one of my views.

I am truly at my wits' end and any suggestion would be helpful: What could be causing this? Thank you very much.