first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import React from 'react';
import type { InternalNativeTabsProps, NativeTabsProps } from './types';
export declare const NativeTabsContext: React.Context<boolean>;
export declare function NativeTabsNavigator({ children, backBehavior, labelStyle, iconColor, blurEffect, backgroundColor, badgeBackgroundColor, indicatorColor, badgeTextColor, shadowColor, screenListeners, ...rest }: InternalNativeTabsProps): React.JSX.Element;
export declare function NativeTabsNavigatorWrapper(props: NativeTabsProps): React.JSX.Element;
//# sourceMappingURL=NativeBottomTabsNavigator.d.ts.map