Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
---|---|---|---|---|
expo install expo-error-recovery
If you're installing this in a bare React Native app, you should also follow these additional installation instructions.
import * as ErrorRecovery from 'expo-error-recovery';
exp.errorRecovery
. Access to localStorage
is required on web, or else this will simply be a no-op.