Skip to content

Commit 3435dab

Browse files
authored
fix: expo config plugin import paths (#457)
1 parent 2e9394c commit 3435dab

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.changeset/beige-adults-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix: expo config plugin import paths

packages/react-native-bottom-tabs/src/expo.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import {
2-
type ConfigPlugin,
3-
createRunOncePlugin,
4-
withAndroidStyles,
5-
} from '@expo/config-plugins';
1+
import ConfigPlugins from '@expo/config-plugins';
2+
import { type ConfigPlugin } from '@expo/config-plugins';
3+
4+
const { createRunOncePlugin, withAndroidStyles } = ConfigPlugins;
65

76
const MATERIAL3_THEME_DYANMIC =
87
'Theme.Material3.DynamicColors.DayNight.NoActionBar';

0 commit comments

Comments
 (0)