expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.21k stars 862 forks source link

Fixed crash by updating realm to compatible version #421

Closed rootedsoftware closed 10 months ago

rootedsoftware commented 1 year ago

According to this https://github.com/realm/realm-js/blob/main/COMPATIBILITY.md compatibility chart, Realm needed to have a higher version, this is why it was crashing on load. https://github.com/expo/examples/issues/415. I also noticed that just updating these versions isn't enough to make it work. I had to delete my node_modules, yarn.lock and ios folder, then reinstall and run yarn ios to get everything going.