Skip to content

Commit

Permalink
Update docs/react-18-and-react-native.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
  • Loading branch information
cortinico and Simek authored Apr 28, 2022
1 parent 515e960 commit 63f1903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-18-and-react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ you must migrate your React Native app to the New Architecture.

The version alignment between React and React Native relies on two syncronization points:

1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1](/~https://github.com/facebook/react-native/blob/b5f1b26a8ff4014e45bbb95c5956ba2c2cf286db/template/package.json#L12-L15) the versions are aligned as follows:
1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1](/~https://github.com/facebook/react-native/blob/0.68-stable/template/package.json#L12-L15) the versions are aligned as follows:

```json
"dependencies": {
Expand Down

0 comments on commit 63f1903

Please sign in to comment.