chore: update naming for useOpenLink hook

This commit is contained in:
lawvs 2024-12-27 15:43:24 +08:00
parent fcdd20fa1c
commit d652e75bf2
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import type { WebViewNavigation, WebViewProps } from "react-native-webview"
import { WebView } from "react-native-webview"
import { signOut } from "@/src/lib/auth"
import { useOpenLink } from "@/src/lib/hooks/useOpenLink"
import { useOpenLink } from "@/src/lib/hooks/use-open-link"
const presetUri = Platform.select({
ios: "rn-web/index.html",