Skip to content

Commit 4955bed

Browse files
authored
Realm 20 (#49)
* build: move to Realm 20 * chore: ignore format v24 realm files * docs: add note about future v3 version
1 parent b039f26 commit 4955bed

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/coverage
33
/.idea
44
/reactNativeQueue.realm*
5+
/reactNativeQueue.v23*
56
*.iml

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This means it's very crucial to respect to select the proper version and respect
4242

4343
| Queue Version | Realm Version | React Native | Hermes Support |
4444
|---------------|---------------|--------------|----------------|
45+
| 3.0.0 | 20.1.0 | => 0.71.4 | Yes |
4546
| 2.5.0 | 12.13.1 | => 0.71.4 | Yes |
4647
| 2.4.0 | 12.6.1 | => 0.71.4 | Yes |
4748
| 2.3.0 | 12.5.0 | => 0.71.4 | Yes |

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"promise-reflect": "^1.1.0",
3939
"react-native-uuid": "^2.0.1",
40-
"realm": "^12.13.1"
40+
"realm": "^20.1.0"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.17.9",

0 commit comments

Comments
 (0)