From f13a3032a15b9f6bb2d51b0411e84c0cfe62d1ed Mon Sep 17 00:00:00 2001 From: Luke Pighetti Date: Tue, 8 Dec 2020 18:22:46 -0500 Subject: [PATCH] Update hooks.html --- docs/guides/hooks.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 @@

Client Hook

Receive the current RemoteMediaClient.

-
import { useClient } from 'react-native-google-cast'
+
import { useRemoteMediaClient } from 'react-native-google-cast'
 
-const client = useClient()
+const client = useRemoteMediaClient()
 
- \ No newline at end of file +