Skip to content

Commit

Permalink
fix: do not use custom sheet for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Aug 19, 2024
1 parent 3255792 commit 40f69dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Providers({ children }: PropsWithChildren) {
client={queryClient}
persistOptions={{ persister: asyncStoragePersister }}
>
<ActionSheetProvider useCustomActionSheet>
<ActionSheetProvider>
<TamaguiProvider
config={config}
defaultTheme={colorScheme as any}
Expand Down

0 comments on commit 40f69dd

Please sign in to comment.