diff --git a/NavigationServiceExample/package.json b/NavigationServiceExample/package.json index 3ba416c..7cf8e6d 100644 --- a/NavigationServiceExample/package.json +++ b/NavigationServiceExample/package.json @@ -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" }, diff --git a/README.md b/README.md index 0b994c2..ac682fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/package.json b/example/package.json index 9040600..81358f3 100644 --- a/example/package.json +++ b/example/package.json @@ -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" diff --git a/package-lock.json b/package-lock.json index 7e98fcc..952a5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-deep-link", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0fcfc35..0ccd99e 100644 --- a/package.json +++ b/package.json @@ -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": [