react-native-reanimated
react-native-reanimated copied to clipboard
Added debugging docs
Description
Introducing a new article to the documentation under the Guides section titled Debugging Reanimated.
The article explains which tools can be used for debugging React Native apps running the Reanimated module
and the limitations of each solution.
Screenshot
Checklist
- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Added TS types tests
- [ ] Added unit / integration tests
- [x] Updated documentation
- [x] Ensured that CI passes