Skip to content

Commit

Permalink
highlight line 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 10, 2024
1 parent a9b67ff commit 94817c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/expo/offline-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To enable offline support in your Expo app, follow these steps:

On [`<ClerkProvider>`](/docs/components/clerk-provider), pass the `secureStore` object to the `__experimental_resourceCache` property, as shown in the following example:

```tsx {{ filename: 'app/_layout.tsx', mark: [[14, 18]] }}
```tsx {{ filename: 'app/_layout.tsx', mark: [4, [14, 18]] }}
import { ClerkProvider, ClerkLoaded } from '@clerk/clerk-expo'
import { Slot } from 'expo-router'
import { tokenCache } from '../token-cache'
Expand Down

0 comments on commit 94817c2

Please sign in to comment.