Skip to content

Commit

Permalink
change the marking of the _layout.tsx file (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushxr authored Dec 18, 2024
1 parent 248cc57 commit 8107930
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 8107930

Please sign in to comment.