Prevent production app to reload on Expo
codGmer opened this issue · 1 comments
codGmer commented
Hi, this package is great!
But when I try to debug an production app, when the error throws the app reloads quickly and i dont have time to read the error message, what can i do about it?
carloscuesta commented
You can use the onError
prop to log the errror to the console.
There's an example on the docs!