Testing Offline React Native

How do I test offline functionality in React Native?

If I go offline, I don't get console logs or debuggers anymore.

On the web, I can use the devtools and there is a button to mock offline behavior, but in React Native, none of the debuggers I've tried have this option.
Was this page helpful?