You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I’m migrating my existing react-native project into Expo. I am using Realm 11 and @realm/react 0.4.2. It will compile, but gives me a runtime error: ‘Missing Realm Constructor, Did you run pod-install?’. We have installed our dependencies using expo prebuild and later also by hand in our iOS directory.
I know realm/device sync is deprecated, and we are moving away from it, but it would be really helpful for my project to be able to migrate our existing realm setup into our new expo-managed app for some time.
The started kit that MongoDB provides seems dated and does not include any documentation.
My question: Does anyone have recent experience in bringing Realm into expo projects, and/or can anyone help me with fixing this error?
The text was updated successfully, but these errors were encountered:
@kraenhansen I think I indeed am, however the fix suggested in #6933 does not solve my problem. Could continue the conversation here, or in the other issue?
Hi! I’m migrating my existing react-native project into Expo. I am using Realm 11 and @realm/react 0.4.2. It will compile, but gives me a runtime error: ‘Missing Realm Constructor, Did you run pod-install?’. We have installed our dependencies using expo prebuild and later also by hand in our iOS directory.
I know realm/device sync is deprecated, and we are moving away from it, but it would be really helpful for my project to be able to migrate our existing realm setup into our new expo-managed app for some time.
The started kit that MongoDB provides seems dated and does not include any documentation.
My question: Does anyone have recent experience in bringing Realm into expo projects, and/or can anyone help me with fixing this error?
The text was updated successfully, but these errors were encountered: