carloscuesta/react-native-error-boundary

having a scrollview on the error boundary

Closed this issue · 2 comments

sometimes, there is an error and the debug information is too long for the GO BACK button to display.

It would be great if there was a scrollview so I can scroll down.

Screen Shot 2021-08-03 at 1 04 25 pm

Hey @zcaudate this can be implemented using the FallbackComponent prop in the ErrorBoundary component:

You can read it here: https://github.com/carloscuesta/react-native-error-boundary#errorboundary 😊

okay. that makes sense. Thanks for the link.