Skip to content

Commit 1c0afe3

Browse files
authored
πŸ“ Add expo example (#18)
* πŸ“ Add expo example * πŸ”– Bump package.json
1 parent 925b629 commit 1c0afe3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ These are the props that the `FallbackComponent` **receives**:
9494
| error | `Error` | | The thrown error |
9595
| resetError | `Function` | | A function to reset the error state |
9696

97+
## Examples
98+
99+
- [react-native-error-boundary on Expo](https://snack.expo.io/@carloscuesta/react-native-error-boundary)
100+
97101
## Demo
98102

99103
<img

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-error-boundary",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A simple and reusable React-Native error boundary component",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
Β (0)