diff --git a/docs/guides/hooks.html b/docs/guides/hooks.html index a72f6da..11e4f97 100644 --- a/docs/guides/hooks.html +++ b/docs/guides/hooks.html @@ -65,8 +65,8 @@
Receive the current RemoteMediaClient.
-import { useClient } from 'react-native-google-cast'
+import { useRemoteMediaClient } from 'react-native-google-cast'
-const client = useClient()
+const client = useRemoteMediaClient()
-