Is there a debugging method? #737
Answered
by
jbroma
Ha0ran2001
asked this question in
Q&A
-
DescriptionI find some debug methods such as using flipper. But they seem to only work on metro. Suggested solutionNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
jbroma
Sep 9, 2024
Replies: 1 comment
-
Hi @Ha0ran2001, Re.Pack doesn't support Flipper officially, I'm not sure if it works atm and it has been deprecated for a while now. In Re.Pack, you can use either: In RN 0.76 Re.Pack will fully support the new React Native Dev Tools. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ha0ran2001
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Ha0ran2001,
Re.Pack doesn't support Flipper officially, I'm not sure if it works atm and it has been deprecated for a while now.
In Re.Pack, you can use either:
experimental-debugger
- docsremote-debugging
- docsIn RN 0.76 Re.Pack will fully support the new React Native Dev Tools.