Skip to content

Commit

Permalink
docs: Update 08-theming-with-react-navigation.md, add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
youzarsiph authored Jan 22, 2024
1 parent 9c9a614 commit e24f9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/guides/08-theming-with-react-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
DarkTheme as NavigationDarkTheme,
DefaultTheme as NavigationDefaultTheme,
} from '@react-navigation/native';
import { adaptNavigationTheme } from 'react-native-paper';

const { LightTheme, DarkTheme } = adaptNavigationTheme({
reactNavigationLight: NavigationDefaultTheme,
Expand Down Expand Up @@ -155,6 +156,7 @@ import {
import {
MD3DarkTheme,
MD3LightTheme,
adaptNavigationTheme,
} from 'react-native-paper';
import merge from 'deepmerge';

Expand Down

0 comments on commit e24f9f7

Please sign in to comment.