Expo app crashes when attempting to write a new record with Realm SDK

Thanks @Paolo_Manna, it works flawlessly now that I’ve upgraded to Expo 46 + using that release candidate.
Although I had tried Expo 46 previously which didn’t help, the v11 of realm-js seems to have done the trick.

"dependencies": {
    "@realm/react": "^0.3.1",
    "expo": "~46.0.8",
    "expo-dev-client": "~1.2.1",
    "expo-splash-screen": "~0.16.1",
    "expo-status-bar": "~1.4.0",
    "expo-updates": "~0.14.4",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-native": "0.69.4",
    "react-native-get-random-values": "~1.8.0",
    "react-native-web": "~0.18.7",
    "realm": "^11.0.0-rc.1"
  },

Thanks for the work you and your team do, much appreciated.

1 Like