Skip to content

Commit ebb7c1b

Browse files
sznowickianp
authored andcommitted
Signal the ascending date order (expo#600)
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.
1 parent 272cae7 commit ebb7c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Apps built with Create React Native App rely on three project dependencies:
88

99
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.
1010

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):
1212

1313
| `react-native` | `react` | `expo` | `sdkVersion` in app.json |
1414
|----------------|-----------------|--------|--------------------------|

0 commit comments

Comments
 (0)