Skip to content

Commit

Permalink
Revert changes to App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lourou committed Jan 7, 2025
1 parent ad6a332 commit 6920d2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ export default function AppWithProviders() {
<QueryClientProvider client={queryClient}>
<PrivyProvider appId={config.privy.appId} storage={privySecureStorage}>
<ThirdwebProvider>
<ThemeProvider value={{ themeScheme, setThemeContextOverride }}>
<AppKeyboardProvider>
<ActionSheetProvider>
<AppKeyboardProvider>
<ActionSheetProvider>
<ThemeProvider value={{ themeScheme, setThemeContextOverride }}>
<PaperProvider theme={paperTheme}>
<GestureHandlerRootView style={{ flex: 1 }}>

Check warning on line 144 in App.tsx

View workflow job for this annotation

GitHub Actions / lint

Inline style: { flex: 1 }
<BottomSheetModalProvider>
Expand All @@ -148,9 +148,9 @@ export default function AppWithProviders() {
</BottomSheetModalProvider>
</GestureHandlerRootView>
</PaperProvider>
</ActionSheetProvider>
</AppKeyboardProvider>
</ThemeProvider>
</ThemeProvider>
</ActionSheetProvider>
</AppKeyboardProvider>
</ThirdwebProvider>
</PrivyProvider>
</QueryClientProvider>
Expand Down

0 comments on commit 6920d2a

Please sign in to comment.