one 1.25.3 → 1.25.4

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.
@@ -75,7 +75,7 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
75
75
  isFocused(): boolean;
76
76
  canGoBack(): boolean;
77
77
  getId(): string | undefined;
78
- getParent<T = import("@react-navigation/native").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
78
+ getParent<T = import("@react-navigation/core").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
79
79
  getState(): Readonly<{
80
80
  key: string;
81
81
  index: number;
@@ -85,11 +85,11 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
85
85
  type: string;
86
86
  stale: false;
87
87
  }>;
88
- } & import("@react-navigation/native").PrivateValueStore<[ParamListBase, unknown, unknown]> & import("@react-navigation/native").EventEmitter<TabNavigationEventMap> & {
88
+ } & import("@react-navigation/core").PrivateValueStore<[ParamListBase, unknown, unknown]> & import("@react-navigation/core").EventEmitter<TabNavigationEventMap> & {
89
89
  setParams(params: Partial<object | undefined>): void;
90
90
  replaceParams(params: object | undefined): void;
91
91
  } & TabActionHelpers<ParamListBase>;
92
- describe: (route: import("@react-navigation/native").RouteProp<ParamListBase>, placeholder: boolean) => import("@react-navigation/native").Descriptor<import("./TabContext").ExpoTabsNavigatorScreenOptions, Omit<{
92
+ describe: (route: import("@react-navigation/core").RouteProp<ParamListBase>, placeholder: boolean) => import("@react-navigation/core").Descriptor<import("./TabContext").ExpoTabsNavigatorScreenOptions, Omit<{
93
93
  dispatch(action: Readonly<{
94
94
  type: string;
95
95
  payload?: object;
@@ -124,10 +124,10 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
124
124
  isFocused(): boolean;
125
125
  canGoBack(): boolean;
126
126
  getId(): string | undefined;
127
- getParent<T = import("@react-navigation/native").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
127
+ getParent<T = import("@react-navigation/core").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
128
128
  getState(): TabNavigationState<any>;
129
- } & import("@react-navigation/native").PrivateValueStore<[ParamListBase, unknown, unknown]>, "getParent"> & {
130
- getParent<T = import("@react-navigation/native").NavigationProp<ParamListBase, string, string | undefined, Readonly<{
129
+ } & import("@react-navigation/core").PrivateValueStore<[ParamListBase, unknown, unknown]>, "getParent"> & {
130
+ getParent<T = import("@react-navigation/core").NavigationProp<ParamListBase, string, string | undefined, Readonly<{
131
131
  key: string;
132
132
  index: number;
133
133
  routeNames: string[];
@@ -140,8 +140,8 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
140
140
  } & {
141
141
  setParams(params: Partial<object | undefined>): void;
142
142
  replaceParams(params: object | undefined): void;
143
- } & import("@react-navigation/native").EventConsumer<TabNavigationEventMap & import("@react-navigation/native").EventMapCore<TabNavigationState<any>>> & import("@react-navigation/native").PrivateValueStore<[ParamListBase, string, TabNavigationEventMap]> & TabActionHelpers<ParamListBase>, import("@react-navigation/native").RouteProp<ParamListBase, string>>;
144
- descriptors: Record<string, import("@react-navigation/native").Descriptor<import("./TabContext").ExpoTabsNavigatorScreenOptions, Omit<{
143
+ } & import("@react-navigation/core").EventConsumer<TabNavigationEventMap & import("@react-navigation/core").EventMapCore<TabNavigationState<any>>> & import("@react-navigation/core").PrivateValueStore<[ParamListBase, string, TabNavigationEventMap]> & TabActionHelpers<ParamListBase>, import("@react-navigation/core").RouteProp<ParamListBase, string>>;
144
+ descriptors: Record<string, import("@react-navigation/core").Descriptor<import("./TabContext").ExpoTabsNavigatorScreenOptions, Omit<{
145
145
  dispatch(action: Readonly<{
146
146
  type: string;
147
147
  payload?: object;
@@ -176,10 +176,10 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
176
176
  isFocused(): boolean;
177
177
  canGoBack(): boolean;
178
178
  getId(): string | undefined;
179
- getParent<T = import("@react-navigation/native").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
179
+ getParent<T = import("@react-navigation/core").NavigationHelpers<ParamListBase, {}> | undefined>(id?: string): T;
180
180
  getState(): TabNavigationState<any>;
181
- } & import("@react-navigation/native").PrivateValueStore<[ParamListBase, unknown, unknown]>, "getParent"> & {
182
- getParent<T = import("@react-navigation/native").NavigationProp<ParamListBase, string, string | undefined, Readonly<{
181
+ } & import("@react-navigation/core").PrivateValueStore<[ParamListBase, unknown, unknown]>, "getParent"> & {
182
+ getParent<T = import("@react-navigation/core").NavigationProp<ParamListBase, string, string | undefined, Readonly<{
183
183
  key: string;
184
184
  index: number;
185
185
  routeNames: string[];
@@ -192,7 +192,7 @@ export declare function useTabsWithChildren(options: UseTabsWithChildrenOptions)
192
192
  } & {
193
193
  setParams(params: Partial<object | undefined>): void;
194
194
  replaceParams(params: object | undefined): void;
195
- } & import("@react-navigation/native").EventConsumer<TabNavigationEventMap & import("@react-navigation/native").EventMapCore<TabNavigationState<any>>> & import("@react-navigation/native").PrivateValueStore<[ParamListBase, string, TabNavigationEventMap]> & TabActionHelpers<ParamListBase>, import("@react-navigation/native").RouteProp<ParamListBase, string>>>;
195
+ } & import("@react-navigation/core").EventConsumer<TabNavigationEventMap & import("@react-navigation/core").EventMapCore<TabNavigationState<any>>> & import("@react-navigation/core").PrivateValueStore<[ParamListBase, string, TabNavigationEventMap]> & TabActionHelpers<ParamListBase>, import("@react-navigation/core").RouteProp<ParamListBase, string>>>;
196
196
  NavigationContent: ({ children }: {
197
197
  children: React.ReactNode;
198
198
  }) => React.JSX.Element;