Skip to content

Commit 0f8fe53

Browse files
Added @ react-navigation/stack package (react-navigation#739)
Added @ react-navigation/stack package in the compatibility documentation.
1 parent 4b1b309 commit 0f8fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ React Navigation 5 has a completely new API, so our old code using React Navigat
1111
To use the compatibility layer, we need to install [`@react-navigation/compat`](https://github.com/react-navigation/react-navigation/tree/master/packages/compat):
1212

1313
```bash npm2yarn
14-
npm install @react-navigation/native @react-navigation/compat
14+
npm install @react-navigation/native @react-navigation/compat @react-navigation/stack
1515
```
1616

1717
Then we can make minimal changes in our code to use it:

0 commit comments

Comments
 (0)