@react-navigation/bottom-tabs 7.3.8 → 7.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/lib/typescript/src/TransitionConfigs/SceneStyleInterpolators.d.ts.map +1 -0
  2. package/lib/typescript/src/TransitionConfigs/TransitionPresets.d.ts.map +1 -0
  3. package/lib/typescript/src/TransitionConfigs/TransitionSpecs.d.ts.map +1 -0
  4. package/lib/typescript/src/index.d.ts.map +1 -0
  5. package/lib/typescript/src/navigators/createBottomTabNavigator.d.ts.map +1 -0
  6. package/lib/typescript/src/types.d.ts.map +1 -0
  7. package/lib/typescript/src/utils/BottomTabBarHeightCallbackContext.d.ts.map +1 -0
  8. package/lib/typescript/src/utils/BottomTabBarHeightContext.d.ts.map +1 -0
  9. package/lib/typescript/src/utils/useAnimatedHashMap.d.ts.map +1 -0
  10. package/lib/typescript/src/utils/useBottomTabBarHeight.d.ts.map +1 -0
  11. package/lib/typescript/src/utils/useIsKeyboardShown.d.ts.map +1 -0
  12. package/lib/typescript/src/views/Badge.d.ts.map +1 -0
  13. package/lib/typescript/src/views/BottomTabBar.d.ts.map +1 -0
  14. package/lib/typescript/src/views/BottomTabItem.d.ts.map +1 -0
  15. package/lib/typescript/src/views/BottomTabView.d.ts.map +1 -0
  16. package/lib/typescript/src/views/ScreenFallback.d.ts.map +1 -0
  17. package/lib/typescript/src/views/TabBarIcon.d.ts.map +1 -0
  18. package/package.json +14 -26
  19. package/lib/commonjs/TransitionConfigs/SceneStyleInterpolators.js +0 -45
  20. package/lib/commonjs/TransitionConfigs/SceneStyleInterpolators.js.map +0 -1
  21. package/lib/commonjs/TransitionConfigs/TransitionPresets.js +0 -17
  22. package/lib/commonjs/TransitionConfigs/TransitionPresets.js.map +0 -1
  23. package/lib/commonjs/TransitionConfigs/TransitionSpecs.js +0 -22
  24. package/lib/commonjs/TransitionConfigs/TransitionSpecs.js.map +0 -1
  25. package/lib/commonjs/index.js +0 -57
  26. package/lib/commonjs/index.js.map +0 -1
  27. package/lib/commonjs/navigators/createBottomTabNavigator.js +0 -50
  28. package/lib/commonjs/navigators/createBottomTabNavigator.js.map +0 -1
  29. package/lib/commonjs/package.json +0 -1
  30. package/lib/commonjs/types.js +0 -6
  31. package/lib/commonjs/types.js.map +0 -1
  32. package/lib/commonjs/utils/BottomTabBarHeightCallbackContext.js +0 -11
  33. package/lib/commonjs/utils/BottomTabBarHeightCallbackContext.js.map +0 -1
  34. package/lib/commonjs/utils/BottomTabBarHeightContext.js +0 -11
  35. package/lib/commonjs/utils/BottomTabBarHeightContext.js.map +0 -1
  36. package/lib/commonjs/utils/useAnimatedHashMap.js +0 -29
  37. package/lib/commonjs/utils/useAnimatedHashMap.js.map +0 -1
  38. package/lib/commonjs/utils/useBottomTabBarHeight.js +0 -18
  39. package/lib/commonjs/utils/useBottomTabBarHeight.js.map +0 -1
  40. package/lib/commonjs/utils/useIsKeyboardShown.js +0 -28
  41. package/lib/commonjs/utils/useIsKeyboardShown.js.map +0 -1
  42. package/lib/commonjs/views/Badge.js +0 -92
  43. package/lib/commonjs/views/Badge.js.map +0 -1
  44. package/lib/commonjs/views/BottomTabBar.js +0 -376
  45. package/lib/commonjs/views/BottomTabBar.js.map +0 -1
  46. package/lib/commonjs/views/BottomTabItem.js +0 -227
  47. package/lib/commonjs/views/BottomTabItem.js.map +0 -1
  48. package/lib/commonjs/views/BottomTabView.js +0 -266
  49. package/lib/commonjs/views/BottomTabView.js.map +0 -1
  50. package/lib/commonjs/views/ScreenFallback.js +0 -50
  51. package/lib/commonjs/views/ScreenFallback.js.map +0 -1
  52. package/lib/commonjs/views/TabBarIcon.js +0 -102
  53. package/lib/commonjs/views/TabBarIcon.js.map +0 -1
  54. package/lib/typescript/commonjs/package.json +0 -1
  55. package/lib/typescript/commonjs/src/TransitionConfigs/SceneStyleInterpolators.d.ts.map +0 -1
  56. package/lib/typescript/commonjs/src/TransitionConfigs/TransitionPresets.d.ts.map +0 -1
  57. package/lib/typescript/commonjs/src/TransitionConfigs/TransitionSpecs.d.ts.map +0 -1
  58. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  59. package/lib/typescript/commonjs/src/navigators/createBottomTabNavigator.d.ts.map +0 -1
  60. package/lib/typescript/commonjs/src/types.d.ts.map +0 -1
  61. package/lib/typescript/commonjs/src/utils/BottomTabBarHeightCallbackContext.d.ts.map +0 -1
  62. package/lib/typescript/commonjs/src/utils/BottomTabBarHeightContext.d.ts.map +0 -1
  63. package/lib/typescript/commonjs/src/utils/useAnimatedHashMap.d.ts.map +0 -1
  64. package/lib/typescript/commonjs/src/utils/useBottomTabBarHeight.d.ts.map +0 -1
  65. package/lib/typescript/commonjs/src/utils/useIsKeyboardShown.d.ts.map +0 -1
  66. package/lib/typescript/commonjs/src/views/Badge.d.ts.map +0 -1
  67. package/lib/typescript/commonjs/src/views/BottomTabBar.d.ts.map +0 -1
  68. package/lib/typescript/commonjs/src/views/BottomTabItem.d.ts.map +0 -1
  69. package/lib/typescript/commonjs/src/views/BottomTabView.d.ts.map +0 -1
  70. package/lib/typescript/commonjs/src/views/ScreenFallback.d.ts.map +0 -1
  71. package/lib/typescript/commonjs/src/views/TabBarIcon.d.ts.map +0 -1
  72. package/lib/typescript/module/src/TransitionConfigs/SceneStyleInterpolators.d.ts +0 -10
  73. package/lib/typescript/module/src/TransitionConfigs/SceneStyleInterpolators.d.ts.map +0 -1
  74. package/lib/typescript/module/src/TransitionConfigs/TransitionPresets.d.ts +0 -4
  75. package/lib/typescript/module/src/TransitionConfigs/TransitionPresets.d.ts.map +0 -1
  76. package/lib/typescript/module/src/TransitionConfigs/TransitionSpecs.d.ts +0 -4
  77. package/lib/typescript/module/src/TransitionConfigs/TransitionSpecs.d.ts.map +0 -1
  78. package/lib/typescript/module/src/index.d.ts +0 -27
  79. package/lib/typescript/module/src/index.d.ts.map +0 -1
  80. package/lib/typescript/module/src/navigators/createBottomTabNavigator.d.ts +0 -16
  81. package/lib/typescript/module/src/navigators/createBottomTabNavigator.d.ts.map +0 -1
  82. package/lib/typescript/module/src/types.d.ts +0 -328
  83. package/lib/typescript/module/src/types.d.ts.map +0 -1
  84. package/lib/typescript/module/src/utils/BottomTabBarHeightCallbackContext.d.ts +0 -3
  85. package/lib/typescript/module/src/utils/BottomTabBarHeightCallbackContext.d.ts.map +0 -1
  86. package/lib/typescript/module/src/utils/BottomTabBarHeightContext.d.ts +0 -3
  87. package/lib/typescript/module/src/utils/BottomTabBarHeightContext.d.ts.map +0 -1
  88. package/lib/typescript/module/src/utils/useAnimatedHashMap.d.ts +0 -4
  89. package/lib/typescript/module/src/utils/useAnimatedHashMap.d.ts.map +0 -1
  90. package/lib/typescript/module/src/utils/useBottomTabBarHeight.d.ts +0 -2
  91. package/lib/typescript/module/src/utils/useBottomTabBarHeight.d.ts.map +0 -1
  92. package/lib/typescript/module/src/utils/useIsKeyboardShown.d.ts +0 -2
  93. package/lib/typescript/module/src/utils/useIsKeyboardShown.d.ts.map +0 -1
  94. package/lib/typescript/module/src/views/Badge.d.ts +0 -22
  95. package/lib/typescript/module/src/views/Badge.d.ts.map +0 -1
  96. package/lib/typescript/module/src/views/BottomTabBar.d.ts +0 -22
  97. package/lib/typescript/module/src/views/BottomTabBar.d.ts.map +0 -1
  98. package/lib/typescript/module/src/views/BottomTabItem.d.ts +0 -126
  99. package/lib/typescript/module/src/views/BottomTabItem.d.ts.map +0 -1
  100. package/lib/typescript/module/src/views/BottomTabView.d.ts +0 -10
  101. package/lib/typescript/module/src/views/BottomTabView.d.ts.map +0 -1
  102. package/lib/typescript/module/src/views/ScreenFallback.d.ts +0 -18
  103. package/lib/typescript/module/src/views/ScreenFallback.d.ts.map +0 -1
  104. package/lib/typescript/module/src/views/TabBarIcon.d.ts +0 -24
  105. package/lib/typescript/module/src/views/TabBarIcon.d.ts.map +0 -1
  106. /package/lib/typescript/{module/package.json → package.json} +0 -0
  107. /package/lib/typescript/{commonjs/src → src}/TransitionConfigs/SceneStyleInterpolators.d.ts +0 -0
  108. /package/lib/typescript/{commonjs/src → src}/TransitionConfigs/TransitionPresets.d.ts +0 -0
  109. /package/lib/typescript/{commonjs/src → src}/TransitionConfigs/TransitionSpecs.d.ts +0 -0
  110. /package/lib/typescript/{commonjs/src → src}/index.d.ts +0 -0
  111. /package/lib/typescript/{commonjs/src → src}/navigators/createBottomTabNavigator.d.ts +0 -0
  112. /package/lib/typescript/{commonjs/src → src}/types.d.ts +0 -0
  113. /package/lib/typescript/{commonjs/src → src}/utils/BottomTabBarHeightCallbackContext.d.ts +0 -0
  114. /package/lib/typescript/{commonjs/src → src}/utils/BottomTabBarHeightContext.d.ts +0 -0
  115. /package/lib/typescript/{commonjs/src → src}/utils/useAnimatedHashMap.d.ts +0 -0
  116. /package/lib/typescript/{commonjs/src → src}/utils/useBottomTabBarHeight.d.ts +0 -0
  117. /package/lib/typescript/{commonjs/src → src}/utils/useIsKeyboardShown.d.ts +0 -0
  118. /package/lib/typescript/{commonjs/src → src}/views/Badge.d.ts +0 -0
  119. /package/lib/typescript/{commonjs/src → src}/views/BottomTabBar.d.ts +0 -0
  120. /package/lib/typescript/{commonjs/src → src}/views/BottomTabItem.d.ts +0 -0
  121. /package/lib/typescript/{commonjs/src → src}/views/BottomTabView.d.ts +0 -0
  122. /package/lib/typescript/{commonjs/src → src}/views/ScreenFallback.d.ts +0 -0
  123. /package/lib/typescript/{commonjs/src → src}/views/TabBarIcon.d.ts +0 -0
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- export declare const BottomTabBarHeightCallbackContext: React.Context<((height: number) => void) | undefined>;
3
- //# sourceMappingURL=BottomTabBarHeightCallbackContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomTabBarHeightCallbackContext.d.ts","sourceRoot":"","sources":["../../../../../src/utils/BottomTabBarHeightCallbackContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,eAAO,MAAM,iCAAiC,0BAClC,MAAM,KAAK,IAAI,cACf,CAAC"}
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- export declare const BottomTabBarHeightContext: React.Context<number | undefined>;
3
- //# sourceMappingURL=BottomTabBarHeightContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomTabBarHeightContext.d.ts","sourceRoot":"","sources":["../../../../../src/utils/BottomTabBarHeightContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,eAAO,MAAM,yBAAyB,mCAE1B,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { NavigationState } from '@react-navigation/routers';
2
- import { Animated } from 'react-native';
3
- export declare function useAnimatedHashMap({ routes, index }: NavigationState): Record<string, Animated.Value>;
4
- //# sourceMappingURL=useAnimatedHashMap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAnimatedHashMap.d.ts","sourceRoot":"","sources":["../../../../../src/utils/useAnimatedHashMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAEjE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,wBAAgB,kBAAkB,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,eAAe,kCAoBpE"}
@@ -1,2 +0,0 @@
1
- export declare function useBottomTabBarHeight(): number;
2
- //# sourceMappingURL=useBottomTabBarHeight.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBottomTabBarHeight.d.ts","sourceRoot":"","sources":["../../../../../src/utils/useBottomTabBarHeight.tsx"],"names":[],"mappings":"AAIA,wBAAgB,qBAAqB,WAUpC"}
@@ -1,2 +0,0 @@
1
- export declare function useIsKeyboardShown(): boolean;
2
- //# sourceMappingURL=useIsKeyboardShown.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useIsKeyboardShown.d.ts","sourceRoot":"","sources":["../../../../../src/utils/useIsKeyboardShown.tsx"],"names":[],"mappings":"AAGA,wBAAgB,kBAAkB,YA2BjC"}
@@ -1,22 +0,0 @@
1
- import { Animated, type StyleProp, type TextProps, type TextStyle } from 'react-native';
2
- type Props = TextProps & {
3
- /**
4
- * Whether the badge is visible
5
- */
6
- visible: boolean;
7
- /**
8
- * Content of the `Badge`.
9
- */
10
- children?: string | number;
11
- /**
12
- * Size of the `Badge`.
13
- */
14
- size?: number;
15
- /**
16
- * Style object for the tab bar container.
17
- */
18
- style?: Animated.WithAnimatedValue<StyleProp<TextStyle>>;
19
- };
20
- export declare function Badge({ children, style, visible, size, ...rest }: Props): import("react/jsx-runtime").JSX.Element | null;
21
- export {};
22
- //# sourceMappingURL=Badge.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/views/Badge.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EAER,KAAK,SAAS,EAEd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,KAAK,KAAK,GAAG,SAAS,GAAG;IACvB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;CAC1D,CAAC;AAIF,wBAAgB,KAAK,CAAC,EACpB,QAAQ,EACR,KAAK,EACL,OAAc,EACd,IAAS,EACT,GAAG,IAAI,EACR,EAAE,KAAK,kDAuEP"}
@@ -1,22 +0,0 @@
1
- import { type ParamListBase, type TabNavigationState } from '@react-navigation/native';
2
- import { Animated, type StyleProp, type ViewStyle } from 'react-native';
3
- import { type EdgeInsets } from 'react-native-safe-area-context';
4
- import type { BottomTabBarProps, BottomTabDescriptorMap } from '../types';
5
- type Props = BottomTabBarProps & {
6
- style?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;
7
- };
8
- type Options = {
9
- state: TabNavigationState<ParamListBase>;
10
- descriptors: BottomTabDescriptorMap;
11
- dimensions: {
12
- height: number;
13
- width: number;
14
- };
15
- };
16
- export declare const getTabBarHeight: ({ state, descriptors, dimensions, insets, style, }: Options & {
17
- insets: EdgeInsets;
18
- style: Animated.WithAnimatedValue<StyleProp<ViewStyle>> | undefined;
19
- }) => number;
20
- export declare function BottomTabBar({ state, navigation, descriptors, insets, style, }: Props): import("react/jsx-runtime").JSX.Element;
21
- export {};
22
- //# sourceMappingURL=BottomTabBar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomTabBar.d.ts","sourceRoot":"","sources":["../../../../../src/views/BottomTabBar.tsx"],"names":[],"mappings":"AAKA,OAAO,EAIL,KAAK,aAAa,EAClB,KAAK,kBAAkB,EAIxB,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,QAAQ,EAGR,KAAK,SAAS,EAGd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,KAAK,UAAU,EAEhB,MAAM,gCAAgC,CAAC;AAExC,OAAO,KAAK,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAK1E,KAAK,KAAK,GAAG,iBAAiB,GAAG;IAC/B,KAAK,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;CAC1D,CAAC;AAUF,KAAK,OAAO,GAAG;IACb,KAAK,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAC;IACzC,WAAW,EAAE,sBAAsB,CAAC;IACpC,UAAU,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAC/C,CAAC;AAyEF,eAAO,MAAM,eAAe,uDAMzB,OAAO,GAAG;IACX,MAAM,EAAE,UAAU,CAAC;IACnB,KAAK,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,GAAG,SAAS,CAAC;CACrE,WAoBA,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,UAAU,EACV,WAAW,EACX,MAAM,EACN,KAAK,GACN,EAAE,KAAK,2CAqUP"}
@@ -1,126 +0,0 @@
1
- import { type Route } from '@react-navigation/native';
2
- import React from 'react';
3
- import { type GestureResponderEvent, type StyleProp, type TextStyle, type ViewStyle } from 'react-native';
4
- import type { BottomTabBarButtonProps, BottomTabDescriptor, LabelPosition } from '../types';
5
- type Props = {
6
- /**
7
- * The route object which should be specified by the tab.
8
- */
9
- route: Route<string>;
10
- /**
11
- * The `href` to use for the anchor tag on web
12
- */
13
- href?: string;
14
- /**
15
- * Whether the tab is focused.
16
- */
17
- focused: boolean;
18
- /**
19
- * The descriptor object for the route.
20
- */
21
- descriptor: BottomTabDescriptor;
22
- /**
23
- * The label text of the tab.
24
- */
25
- label: string | ((props: {
26
- focused: boolean;
27
- color: string;
28
- position: LabelPosition;
29
- children: string;
30
- }) => React.ReactNode);
31
- /**
32
- * Icon to display for the tab.
33
- */
34
- icon: (props: {
35
- focused: boolean;
36
- size: number;
37
- color: string;
38
- }) => React.ReactNode;
39
- /**
40
- * Text to show in a badge on the tab icon.
41
- */
42
- badge?: number | string;
43
- /**
44
- * Custom style for the badge.
45
- */
46
- badgeStyle?: StyleProp<TextStyle>;
47
- /**
48
- * The button for the tab. Uses a `Pressable` by default.
49
- */
50
- button?: (props: BottomTabBarButtonProps) => React.ReactNode;
51
- /**
52
- * The accessibility label for the tab.
53
- */
54
- accessibilityLabel?: string;
55
- /**
56
- * An unique ID for testing for the tab.
57
- */
58
- testID?: string;
59
- /**
60
- * Function to execute on press in React Native.
61
- * On the web, this will use onClick.
62
- */
63
- onPress: (e: React.MouseEvent<HTMLElement, MouseEvent> | GestureResponderEvent) => void;
64
- /**
65
- * Function to execute on long press.
66
- */
67
- onLongPress: (e: GestureResponderEvent) => void;
68
- /**
69
- * Whether the label should be aligned with the icon horizontally.
70
- */
71
- horizontal: boolean;
72
- /**
73
- * Whether to render the icon and label in compact mode.
74
- */
75
- compact: boolean;
76
- /**
77
- * Whether the tab is an item in a side bar.
78
- */
79
- sidebar: boolean;
80
- /**
81
- * Variant of navigation bar styling
82
- * - `uikit`: iOS UIKit style
83
- * - `material`: Material Design style
84
- */
85
- variant: 'uikit' | 'material';
86
- /**
87
- * Color for the icon and label when the item is active.
88
- */
89
- activeTintColor?: string;
90
- /**
91
- * Color for the icon and label when the item is inactive.
92
- */
93
- inactiveTintColor?: string;
94
- /**
95
- * Background color for item when its active.
96
- */
97
- activeBackgroundColor?: string;
98
- /**
99
- * Background color for item when its inactive.
100
- */
101
- inactiveBackgroundColor?: string;
102
- /**
103
- * Whether to show the label text for the tab.
104
- */
105
- showLabel?: boolean;
106
- /**
107
- * Whether to allow scaling the font for the label for accessibility purposes.
108
- * Defaults to `false` on iOS 13+ where it uses `largeContentTitle`.
109
- */
110
- allowFontScaling?: boolean;
111
- /**
112
- * Style object for the label element.
113
- */
114
- labelStyle?: StyleProp<TextStyle>;
115
- /**
116
- * Style object for the icon element.
117
- */
118
- iconStyle?: StyleProp<ViewStyle>;
119
- /**
120
- * Style object for the wrapper element.
121
- */
122
- style?: StyleProp<ViewStyle>;
123
- };
124
- export declare function BottomTabItem({ route, href, focused, descriptor, label, icon, badge, badgeStyle, button, accessibilityLabel, testID, onPress, onLongPress, horizontal, compact, sidebar, variant, activeTintColor: customActiveTintColor, inactiveTintColor: customInactiveTintColor, activeBackgroundColor: customActiveBackgroundColor, inactiveBackgroundColor, showLabel, allowFontScaling, labelStyle, iconStyle, style, }: Props): import("react/jsx-runtime").JSX.Element;
125
- export {};
126
- //# sourceMappingURL=BottomTabItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomTabItem.d.ts","sourceRoot":"","sources":["../../../../../src/views/BottomTabItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,KAAK,EAAY,MAAM,0BAA0B,CAAC;AAEhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,KAAK,qBAAqB,EAE1B,KAAK,SAAS,EAEd,KAAK,SAAS,EAEd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACnB,aAAa,EACd,MAAM,UAAU,CAAC;AAGlB,KAAK,KAAK,GAAG;IACX;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAChC;;OAEG;IACH,KAAK,EACD,MAAM,GACN,CAAC,CAAC,KAAK,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,aAAa,CAAC;QACxB,QAAQ,EAAE,MAAM,CAAC;KAClB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,CAAC,KAAK,EAAE;QACZ,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,KAAK,KAAK,CAAC,SAAS,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,CAAC,SAAS,CAAC;IAC7D;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,CACP,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,qBAAqB,KACjE,IAAI,CAAC;IACV;;OAEG;IACH,WAAW,EAAE,CAAC,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,OAAO,EAAE,OAAO,GAAG,UAAU,CAAC;IAC9B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AASF,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,IAAI,EACJ,OAAO,EACP,UAAU,EACV,KAAK,EACL,IAAI,EACJ,KAAK,EACL,UAAU,EACV,MAA4B,EAC5B,kBAAkB,EAClB,MAAM,EACN,OAAO,EACP,WAAW,EACX,UAAU,EACV,OAAO,EACP,OAAO,EACP,OAAO,EACP,eAAe,EAAE,qBAAqB,EACtC,iBAAiB,EAAE,uBAAuB,EAC1C,qBAAqB,EAAE,2BAA2B,EAClD,uBAAuC,EACvC,SAAgB,EAIhB,gBAAoE,EACpE,UAAU,EACV,SAAS,EACT,KAAK,GACN,EAAE,KAAK,2CAkMP"}
@@ -1,10 +0,0 @@
1
- import { type ParamListBase, type TabNavigationState } from '@react-navigation/native';
2
- import type { BottomTabDescriptorMap, BottomTabNavigationConfig, BottomTabNavigationHelpers } from '../types';
3
- type Props = BottomTabNavigationConfig & {
4
- state: TabNavigationState<ParamListBase>;
5
- navigation: BottomTabNavigationHelpers;
6
- descriptors: BottomTabDescriptorMap;
7
- };
8
- export declare function BottomTabView(props: Props): import("react/jsx-runtime").JSX.Element;
9
- export {};
10
- //# sourceMappingURL=BottomTabView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomTabView.d.ts","sourceRoot":"","sources":["../../../../../src/views/BottomTabView.tsx"],"names":[],"mappings":"AAMA,OAAO,EAEL,KAAK,aAAa,EAElB,KAAK,kBAAkB,EAExB,MAAM,0BAA0B,CAAC;AASlC,OAAO,KAAK,EAEV,sBAAsB,EAEtB,yBAAyB,EACzB,0BAA0B,EAG3B,MAAM,UAAU,CAAC;AAOlB,KAAK,KAAK,GAAG,yBAAyB,GAAG;IACvC,KAAK,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAC;IACzC,UAAU,EAAE,0BAA0B,CAAC;IACvC,WAAW,EAAE,sBAAsB,CAAC;CACrC,CAAC;AAmCF,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,2CA0RzC"}
@@ -1,18 +0,0 @@
1
- import * as React from 'react';
2
- import { Animated, type StyleProp, type ViewProps, type ViewStyle } from 'react-native';
3
- type Props = {
4
- enabled: boolean;
5
- active: 0 | 1 | 2 | Animated.AnimatedInterpolation<0 | 1>;
6
- children: React.ReactNode;
7
- freezeOnBlur?: boolean;
8
- shouldFreeze: boolean;
9
- style?: StyleProp<ViewStyle>;
10
- };
11
- export declare const MaybeScreenContainer: ({ enabled, ...rest }: ViewProps & {
12
- enabled: boolean;
13
- hasTwoStates: boolean;
14
- children: React.ReactNode;
15
- }) => import("react/jsx-runtime").JSX.Element;
16
- export declare function MaybeScreen({ enabled, active, ...rest }: ViewProps & Props): import("react/jsx-runtime").JSX.Element;
17
- export {};
18
- //# sourceMappingURL=ScreenFallback.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScreenFallback.d.ts","sourceRoot":"","sources":["../../../../../src/views/ScreenFallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,QAAQ,EACR,KAAK,SAAS,EAEd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAUF,eAAO,MAAM,oBAAoB,yBAG9B,SAAS,GAAG;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,4CAMA,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,SAAS,GAAG,KAAK,2CAQ1E"}
@@ -1,24 +0,0 @@
1
- import type { Route } from '@react-navigation/native';
2
- import React from 'react';
3
- import { type StyleProp, type TextStyle, type ViewStyle } from 'react-native';
4
- type Props = {
5
- route: Route<string>;
6
- variant: 'uikit' | 'material';
7
- size: 'compact' | 'regular';
8
- badge?: string | number;
9
- badgeStyle?: StyleProp<TextStyle>;
10
- activeOpacity: number;
11
- inactiveOpacity: number;
12
- activeTintColor: string;
13
- inactiveTintColor: string;
14
- renderIcon: (props: {
15
- focused: boolean;
16
- color: string;
17
- size: number;
18
- }) => React.ReactNode;
19
- allowFontScaling?: boolean;
20
- style: StyleProp<ViewStyle>;
21
- };
22
- export declare function TabBarIcon({ route: _, variant, size, badge, badgeStyle, activeOpacity, inactiveOpacity, activeTintColor, inactiveTintColor, renderIcon, allowFontScaling, style, }: Props): import("react/jsx-runtime").JSX.Element;
23
- export {};
24
- //# sourceMappingURL=TabBarIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TabBarIcon.d.ts","sourceRoot":"","sources":["../../../../../src/views/TabBarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,KAAK,SAAS,EAEd,KAAK,SAAS,EAEd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,OAAO,EAAE,OAAO,GAAG,UAAU,CAAC;IAC9B,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,CAAC,KAAK,EAAE;QAClB,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,KAAK,KAAK,CAAC,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,KAAK,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC7B,CAAC;AAcF,wBAAgB,UAAU,CAAC,EACzB,KAAK,EAAE,CAAC,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,UAAU,EACV,aAAa,EACb,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,KAAK,GACN,EAAE,KAAK,2CAsDP"}
File without changes
File without changes