Skip to content

Commit 0495aae

Browse files
committed
Fix note abot redux devtools
1 parent c7d4c5e commit 0495aae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

versioned_docs/version-5.x/redux-integration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,4 @@ function StaticCounter({ route }) {
8585

8686
This is not possible. We don't support it because it's too easy to shoot yourself in the foot and slow down / break your app.
8787

88-
However it's possible to use [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension) to inspect the navigation state and actions, as well as perform time travel debugging. This works out of the box without any extra configuration.
89-
90-
If you use [`react-native-debugger`](https://github.com/jhen0409/react-native-debugger), it already includes this extension.
88+
However it's possible to use [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension) to inspect the navigation state and actions, as well as perform time travel debugging by using the [`devtools` package](devtools.md).

0 commit comments

Comments
 (0)