Error recovery example

I was looking at the docs here: https://docs.expo.io/versions/latest/guides/errors.html

and here: https://docs.expo.io/versions/latest/sdk/error-recovery.html

The docs say to use Expo.ErrorRecovery.setRecoveryProps(props) so when your app crashes during production you can se the cache to the props that you want. However, there isn’t an example for what the props object might look like. Is this just a super prop that looks like a large redux store? Also, where would we add the code for ErrorRecovery?

Thanks for any insight!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.