expo-linking
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -8,3 +8,3 @@ import { EmitterSubscription } from 'react-native'; | ||
* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type | ||
* [`EventType`](#eventype). | ||
* [`EventType`](#eventtype). | ||
* @return An EmitterSubscription that has the remove method from EventSubscription | ||
@@ -11,0 +11,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener). |
@@ -14,3 +14,3 @@ import { UnavailabilityError } from 'expo-modules-core'; | ||
* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type | ||
* [`EventType`](#eventype). | ||
* [`EventType`](#eventtype). | ||
* @return An EmitterSubscription that has the remove method from EventSubscription | ||
@@ -17,0 +17,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener). |
@@ -13,2 +13,6 @@ # Changelog | ||
## 7.0.2 — 2024-10-25 | ||
_This version does not introduce any user-facing changes._ | ||
## 7.0.1 — 2024-10-24 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "expo-linking", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Create and open deep links universally", | ||
@@ -54,3 +54,3 @@ "main": "build/Linking.js", | ||
}, | ||
"gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee" | ||
"gitHead": "5ad642a63afa9190ceb4e57dd52c8bdf71d93dd8" | ||
} |
@@ -17,3 +17,3 @@ import { UnavailabilityError } from 'expo-modules-core'; | ||
* @param handler An [`URLListener`](#urllistener) function that takes an `event` object of the type | ||
* [`EventType`](#eventype). | ||
* [`EventType`](#eventtype). | ||
* @return An EmitterSubscription that has the remove method from EventSubscription | ||
@@ -20,0 +20,0 @@ * @see [React Native documentation on Linking](https://reactnative.dev/docs/linking#addeventlistener). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134382