Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Starotitorov committed Nov 27, 2018
1 parent 0bd9424 commit 01ad60b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NavigationServiceExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.6.1",
"react-native": "0.57.5",
"react-native-deep-link": "^0.2.1",
"react-native-deep-link": "^0.2.2",
"react-native-gesture-handler": "^1.0.9",
"react-navigation": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Property | Type | Optional | Default | Description
--------------------- | -------- | -------- | ----------- | -----------
onGetInitialUrlError | function | true | () => {} | a callback, which will be called in case the application throws an error trying to get initial url. The function receives the error.
onCanOpenUrlError | function | true | () => {} | a callback, which will be called in case the application throws an error trying to open url. The function receives the error.
onUrlIsNotSupported | function | true | () => {} | a callback, which will be called in case the app does not support received url. The function receives the url.
onUrlIsNotSupported | function | true | () => {} | a callback, which will be called in case the application does not support received url. The function receives the url.
onCannotHandleUrl | function | true | () => {} | a callback, which will be called in case a handler for the given url was not specified. The function receives the url.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-deep-link": "^0.2.1",
"react-native-deep-link": "^0.2.2",
"react-navigation": "1.0.0-beta.13",
"react-redux": "5.0.6",
"redux": "3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-deep-link",
"version": "0.2.1",
"version": "0.2.2",
"description": "React Native deep linking library",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit 01ad60b

Please sign in to comment.