Skip to content

Commit

Permalink
Fixed crash by updating realm to latest community version (expo#415)
Browse files Browse the repository at this point in the history
Atlas Device Sync + Realm SDKs are deprecated. Used realm@community instead. Also upgraded @realm/react package to the latest version.

See npm package homepage for details:
https://www.npmjs.com/package/realm
  • Loading branch information
ZiyaDogramaci committed Jan 14, 2025
1 parent 630e755 commit aad551b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions with-realm/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@realm/react": "^0.4.3",
"expo": "^52.0.16",
"expo-dev-client": "~5.0.5",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-get-random-values": "~1.11.0",
"realm": "^11.7.0"
}
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@realm/react": "^0.11.0",
"expo": "^52.0.16",
"expo-dev-client": "~5.0.5",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-get-random-values": "~1.11.0",
"realm": "^20.1.0"
}
}

0 comments on commit aad551b

Please sign in to comment.