chenop
chenop

Reputation: 5143

Flipper + React Native - can I debug JavaScript?

I feel stupid that I'm asking that but - Is it possible to debug JavaScript (setting breakpoints, see variables values) with Flipper in a React Native environment?

Upvotes: 5

Views: 2368

Answers (1)

Today, it is only possible to debug JavaScript with Flipper if you use Hermes.

enter image description here

So, without Hermes is not possible to add breakpoint, show variable values or debug line by line.

Upvotes: 6

Related Questions