You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm tired, though I checked this page three time until I understood that the newest version row is in the end of the table. I'd suggest to flip the sort order, but I guess there is a reason to have the oldest first, so it might be a good idea to signal this order in the paragraph before.
Copy file name to clipboardExpand all lines: VERSIONS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Apps built with Create React Native App rely on three project dependencies:
8
8
9
9
The `app.json` file in a CRNA project also specifies `sdkVersion` which is necessary for the Expo client to provide the correct native API versions.
10
10
11
-
Each version of these dependencies is only compatible with a narrow version range of the other two. See the below table for the correct versions to use with each other:
11
+
Each version of these dependencies is only compatible with a narrow version range of the other two. See the below table for the correct versions to use with each other (oldest first):
12
12
13
13
|`react-native`|`react`|`expo`|`sdkVersion` in app.json |
0 commit comments