Skip to content

Commit

Permalink
Update ErrorRecover import for SDK 36 (#6624)
Browse files Browse the repository at this point in the history
import * as ErrorRecovery from 'expo-error-recovery'
  • Loading branch information
chownation authored and EvanBacon committed Feb 13, 2020
1 parent 877ec31 commit 5e987fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/versions/v36.0.0/sdk/error-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This API is pre-installed in [managed](../../introduction/managed-vs-bare/#manag
## API

```js
import { ErrorRecovery } from 'expo';
import * as ErrorRecovery from 'expo-error-recovery';
```

### `ErrorRecovery.setRecoveryProps(props)`
Expand Down

0 comments on commit 5e987fb

Please sign in to comment.