We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9394c commit 3435dabCopy full SHA for 3435dab
.changeset/beige-adults-run.md
@@ -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
@@ -1,8 +1,7 @@
-import {
- type ConfigPlugin,
- createRunOncePlugin,
- withAndroidStyles,
-} from '@expo/config-plugins';
+import ConfigPlugins from '@expo/config-plugins';
+import { type ConfigPlugin } from '@expo/config-plugins';
+const { createRunOncePlugin, withAndroidStyles } = ConfigPlugins;
6
7
const MATERIAL3_THEME_DYANMIC =
8
'Theme.Material3.DynamicColors.DayNight.NoActionBar';
0 commit comments