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 2a46504 commit 347e077Copy full SHA for 347e077
src/components/tabs/TabsHost.ios.types.ts
@@ -1,6 +1,6 @@
1
import type { ReactNode } from 'react';
2
import type { TabsBottomAccessoryEnvironment } from './TabsBottomAccessory.types';
3
-import { ColorValue } from 'react-native';
+import type { ColorValue } from 'react-native';
4
5
export type TabsBottomAccessoryComponentFactory = (
6
environment: TabsBottomAccessoryEnvironment,
0 commit comments