Skip to content

Commit

Permalink
Update v12 compatibility (#6188)
Browse files Browse the repository at this point in the history
* Update v12 compatibility.

* Add Expo 49 ('>= 48') as compatible.
  • Loading branch information
elle-j authored Oct 11, 2023
1 parent fb9c9e4 commit 5a16c49
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@

| Realm JavaScript | @realm/react | React Native | Expo | Hermes | npm | node |
|---------------------|-------------------|--------------------|----------|--------|--------|--------|
| 12.0.0-rc.3 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.0.0-rc.2 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.0.0-rc.1 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.0.0-rc.0 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.0.0-alpha.2 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.0.0-alpha.1 | >= 0.5.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.10.2 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.10.1 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.10.0 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.9.0 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.8.0 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.7.0 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.6.0 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 11.5.2 | >= 0.4.0 | >= 0.71.4 | 48 || >= 7 | >= 13 |
| 12.2.1 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.2.0 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.1.0 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-rc.3 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-rc.2 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-rc.1 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-rc.0 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-alpha.2 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 12.0.0-alpha.1 | >= 0.5.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.10.2 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.10.1 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.10.0 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.9.0 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.8.0 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.7.0 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.6.0 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.5.2 | >= 0.4.0 | >= 0.71.4 | >= 48 || >= 7 | >= 13 |
| 11.5.1 | >= 0.4.0 | = 0.71.0 | N/A || >= 7 | >= 13 (excluding 19) |
| 11.5.0 | >= 0.4.0 | = 0.71.0 | N/A || >= 7 | >= 13 (excluding 19) |
| 11.4.0 | >= 0.4.0 | = 0.71.0 | N/A || >= 7 | >= 13 (excluding 19) |
Expand Down

0 comments on commit 5a16c49

Please sign in to comment.