Skip to content

Commit

Permalink
Merge branch 'main' into vi/align-react-vue-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz authored Dec 18, 2024
2 parents 0fdc7d0 + 8107930 commit 3aba56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ description: Add authentication and user management to your Expo app with Clerk.
export const tokenCache = Platform.OS !== 'web' ? createTokenCache() : undefined
```
1. Update your root layout to use the token cache:
```tsx {{ filename: 'app/_layout.tsx', mark: [3, 13] }}
```tsx {{ filename: 'app/_layout.tsx', mark: [1, 13] }}
import { tokenCache } from '@/cache'
import { ClerkProvider, ClerkLoaded } from '@clerk/clerk-expo'
import { Slot } from 'expo-router'
Expand Down

0 comments on commit 3aba56d

Please sign in to comment.