> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# useStytch

> Access the Stytch client instance using the Stytch React Native SDK

export const isReactNative_0 = undefined

To access the initialized Stytch client instance, use the `useStytch` hook.

## Return Value

<ResponseField name="stytch" type="object">
  The initialized Stytch client instance.
</ResponseField>

{!isReactNative_0 && (
<ResponseField name="isInitialized" type="boolean">
  Whether the SDK has completed initialization.
</ResponseField>
)}
