Skip to content

Commit

Permalink
docs: update debugging doc links (#11327)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis authored Dec 30, 2024
1 parent fef6a1c commit be46102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ There are multiple tools available to help you debug your app. This document wil
## Tools:

- [Reactotron](https://docs.infinite.red/reactotron/)
- [Debugging Basics](https://reactnative.dev/docs/0.75/debugging)
- [React DevTools](https://reactnative.dev/docs/0.75/react-devtools)
- [React Native Debugger](https://reactnative.dev/docs/0.75/debugging#react-native-debugger)
- [Debugging Native Code](https://reactnative.dev/docs/0.75/debugging-native-code)
- [Other Debugging Methods](https://reactnative.dev/docs/0.75/other-debugging-methods)
- [Debugging Basics](https://reactnative.dev/docs/0.76/debugging)
- [React DevTools](https://reactnative.dev/docs/0.76/react-devtools)
- [React Native Debugger](https://reactnative.dev/docs/0.76/debugging#react-native-debugger)
- [Debugging Native Code](https://reactnative.dev/docs/0.76/debugging-native-code)
- [Other Debugging Methods](https://reactnative.dev/docs/0.76/other-debugging-methods)

- [Performance](https://reactnative.dev/docs/0.75/performance)
- [Performance](https://reactnative.dev/docs/0.76/performance)

### Reactotron

Expand Down

0 comments on commit be46102

Please sign in to comment.