text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type PartialState } from '@react-navigation/routers';
import { type PathConfigMap } from './types';
type Options = {
initialRouteName?: string,
screens: PathConfigMap,
...
};
type ResultState = PartialState<NavigationState<>> & { s... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/getStateFromPath.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 109 |
```unknown
/* @flow
* @generated by TsFlower
*/
import * as React from 'react';
import { type NavigationState } from '@react-navigation/routers';
import { type TypedNavigator, type EventMapBase } from './types';
declare export default function createNavigatorFactory<
State: NavigationState<>,
ScreenOptions: { ...... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/createNavigatorFactory.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 138 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
declare var CurrentRenderContext: $tsflower_subst$React$Context<{
options?: { ... } | void,
...
} | void>;
export default CurrentRenderContext;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/CurrentRenderContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 82 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function useIsFocused(): boolean;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useIsFocused.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 24 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { MemoExoticComponent as $tsflower_subst$React$MemoExoticComponent } from 'tsflower/subst/react';
import * as React from 'react';
declare function StaticContainer(props: any): any;
declare var _default: $tsflower_subst$React$MemoExoticComponent<typeof Static... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/StaticContainer.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 87 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function isArrayEqual(a: any[], b: any[]): boolean;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/isArrayEqual.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 30 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type NavigationAction } from '@react-navigation/routers';
import { type ChildBeforeRemoveListener } from './NavigationBuilderContext';
import { type NavigationEventEmitter } from './useEventEmitter';
import { type EventMapCore } from './ty... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useOnPreventRemove.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 204 |
```unknown
/* @flow
* @generated by TsFlower
*/
import {
type NavigationAction,
type NavigationState,
type ParamListBase,
type Router,
} from '@react-navigation/routers';
import { type AddListener, type AddKeyedListener } from './NavigationBuilderContext';
import { type NavigationEventEmitter } from './useEv... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useDescriptors.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 426 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
declare export var ScheduleUpdateContext: $tsflower_subst$React$Context<{
scheduleUpdate: (callback: () => void) => void,
flushUpdates: () => void,... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useScheduleUpdate.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 103 |
```unknown
/* @flow
* @generated by TsFlower
*/
type EffectCallback = () => void | void | (() => void);
declare export default function useFocusEffect(effect: EffectCallback): void;
export {};
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useFocusEffect.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 44 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import {
type NavigationAction,
type NavigationState,
type ParamListBase,
} from '@react-navigation/routers';
import { type NavigationHelpers } fr... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/NavigationBuilderContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 437 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type ParamListBase } from '@react-navigation/routers';
import { type RouteProp } from './types';
declare export default function useRoute<T: RouteProp<ParamListBase, string>>(): T;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useRoute.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 58 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState } from '@react-navigation/routers';
type Selector<T> = (state: NavigationState<>) => T;
declare export default function useNavigationState<T>(selector: Selector<T>): T;
export {};
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useNavigationState.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 60 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type ParamListBase, type NavigationState } from '@react-navigation/routers';
import { type RouteConfig, type EventMapBase } from './types';
declare export default function Screen<
ParamList: ParamListBase,
RouteName: $Keys<ParamList>,
State: NavigationSta... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/Screen.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 116 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type ParamListBase } from '@react-navigation/routers';
import { type Descriptor, type NavigationHelpers } from './types';
type Options = {
state: NavigationState<>,
navigation: NavigationHelpers<ParamListBase>,
descriptors: {
[k... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useCurrentRender.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 113 |
```unknown
/* @flow
* @generated by TsFlower
*/
import {
type NavigationAction,
type NavigationState,
type PartialState,
type Router,
type RouterConfigOptions,
} from '@react-navigation/routers';
import {
type ChildActionListener,
type ChildBeforeRemoveListener,
} from './NavigationBuilderContext';
imp... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useOnAction.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 224 |
```unknown
/* @flow
* @generated by TsFlower
*/
import {
type NavigationAction,
type NavigationState,
type Router,
} from '@react-navigation/routers';
type Options<Action: NavigationAction> = {
router: Router<NavigationState<>, Action>,
getState: () => NavigationState<>,
setState: (state: NavigationState... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useOnRouteFocus.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 116 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import type { Readonly } from 'tsflower/subst/lib';
import * as React from 'react';
import { type NavigationState, type PartialState } from '@react-navigation/routers';
declare var _d... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/NavigationStateContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 415 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type ParamListBase, type NavigationState } from '@react-navigation/routers';
import { type NavigationProp } from './types';
type Options = {
key?: string,
navigation?: NavigationProp<ParamListBase, string, NavigationState<>, { ... }>,
options?: { ... } |... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useOptionsGetters.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 141 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type ParamListBase } from '@react-navigation/routers';
import { type FocusedNavigationListener } from './NavigationBuilderContext';
import { type NavigationHelpers } from './types';
type Options = {
navigation: NavigationHelpers<ParamListBase>,
focusedList... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useFocusedListenersChildrenAdapter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 94 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Partial } from 'tsflower/subst/lib';
import {
type NavigationAction,
type ParamListBase,
type NavigationState,
type Router,
} from '@react-navigation/routers';
import { type NavigationEventEmitter } from './useEventEmitter';
import { type EventMa... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useNavigationCache.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 273 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function useRegisterNavigator(): string;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useRegisterNavigator.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 24 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { ChildActionListener as $tsflower_import_type$_$_2e__2f_NavigationBuilderContext$ChildActionListener } from './NavigationBuilderContext';
import type { FocusedNavigationListener as $tsflower_import_type$_$_2e__2f_NavigationBuilderContext$FocusedNavigationLi... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useChildListeners.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 201 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type EventEmitter, type EventConsumer } from './types';
export type NavigationEventEmitter<T: { [key: string]: any }> = EventEmitter<T> & {
create: (target: string) => EventConsumer<T>,
...
};
declare export default function useEventEmitter<T: { [key: strin... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useEventEmitter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 99 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ReactNode as $tsflower_subst$React$ReactNode,
Context as $tsflower_subst$React$Context,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
type Props = { children: $tsflower_subst$React$R... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/EnsureSingleNavigator.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 163 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function useSyncState<T>(
initialState?: () => T | T /* tsflower-warning: unimplemented: 'readonly' as type operator */,
): [
T,
() => T,
(state: T) => void,
(callback: () => void) => void,
() => void,
] /* readonly [T, () => T, (stat... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useSyncState.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 115 |
```unknown
/* @flow
* @generated by TsFlower
*/
export * from '@react-navigation/routers';
export { default as BaseNavigationContainer } from './BaseNavigationContainer';
export { default as createNavigatorFactory } from './createNavigatorFactory';
export { default as NavigationHelpersContext } from './NavigationHelp... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 255 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type NavigationHelpers } from './types';
declare var NavigationHelpersContext: $tsflower_subst$React$Context<NavigationHelpers<
{ [key: strin... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/NavigationHelpersContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 101 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type PartialState } from '@react-navigation/routers';
import * as CommonActions from '@react-navigation/routers/lib/typescript/src/CommonActions';
import { type PathConfigMap, type NavigatorScreenParams } from './types';
type Options = {
... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/getActionFromState.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 170 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { SubsetProperties } from '../../../../../../src/generics';
import type { NavigationProp as $tsflower_import_type$_$_2e__2f_types$NavigationProp } from './types';
import type { EventEmitter as $tsflower_import_type$_$_2e__2f_types$EventEmitter } from './type... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useNavigationBuilder.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 2,244 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { GetStateListener as $tsflower_import_type$_$_2e__2f_NavigationBuilderContext$GetStateListener } from './NavigationBuilderContext';
import type { ChildBeforeRemoveListener as $tsflower_import_type$_$_2e__2f_NavigationBuilderContext$ChildBeforeRemoveListener... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useKeyedChildListeners.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 240 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type PartialState } from '@react-navigation/routers';
import { type PathConfigMap } from './types';
type Options = {
initialRouteName?: string,
screens: PathConfigMap,
...
};
type State = NavigationState<> | $Diff<PartialState<Navi... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/getPathFromState.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 106 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type NavigationProp } from './types';
declare var NavigationContext: $tsflower_subst$React$Context<NavigationProp<
{ [key: string]: { ... } |... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/NavigationContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 108 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type Route } from '@react-navigation/routers';
declare var NavigationContext: $tsflower_subst$React$Context<Route<string, { ... } | void> | voi... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/NavigationRouteContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 88 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type Route } from '@react-navigation/routers';
declare export var SUPPRESS_STATE_ACCESS_WARNING: { value: boolean, ... };
declare export default function useRouteCache<State: NavigationState<>>(
routes: $ElementType<State, 'routes'>,
): ... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useRouteCache.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 81 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type NavigationAction } from '@react-navigation/routers';
declare var UnhandledActionContext: $tsflower_subst$React$Context<
(action: Navigat... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/UnhandledActionContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 95 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type ParamListBase } from '@react-navigation/routers';
import { type NavigationProp } from './types';
declare export default function useNavigation<T: NavigationProp<ParamListBase>>(): T;
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useNavigation.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 56 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ForwardRefExoticComponent as $tsflower_subst$React$ForwardRefExoticComponent,
RefAttributes as $tsflower_subst$React$RefAttributes,
} from 'tsflower/subst/react';
import * as React from 'react';
import { type NavigationContainerRef, type NavigationCon... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/BaseNavigationContainer.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 133 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type PathConfigMap } from './types';
type Options = {
initialRouteName?: string,
screens: PathConfigMap,
...
};
declare export default function checkLegacyPathConfig(config?: Options): [boolean, Options | void];
export {};
``` | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/checkLegacyPathConfig.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 67 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState } from '@react-navigation/routers';
import { type GetStateListener } from './NavigationBuilderContext';
type Options = {
getState: () => NavigationState<>,
getStateListeners: { [key: string]: GetStateListener | void },
...
};
declar... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useOnGetState.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 87 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState } from '@react-navigation/routers';
import { type NavigationEventEmitter } from './useEventEmitter';
import { type EventMapCore } from './types';
type Options<State: NavigationState<>> = {
state: State,
emitter: NavigationEventEmitter<... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useFocusEvents.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 100 |
```unknown
/* @flow
* @generated by TsFlower
*/
type ReactText = string | number; // verbatim from @types/react
declare export default function checkSerializable(o: { [key: string]: any, ... }):
| { serializable: true, ... }
| {
serializable: false,
location: ReactText[],
reason: string,
... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/checkSerializable.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 83 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { PartialState as $tsflower_import_type$_$_40_react_2d_navigation_2f_routers$PartialState } from '@react-navigation/routers';
import type { EventEmitter as $tsflower_import_type$_$_2e__2f_types$EventEmitter } from './types';
import type { EventConsumer as $t... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/useNavigationHelpers.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 2,243 |
```unknown
/* @flow
* @generated
*/
export * from './lib/typescript/src/index.js.flow';
``` | /content/code_sandbox/types/@react-navigation/routers/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 22 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type CommonNavigationAction, type Router, type ParamListBase } from './types';
import {
type TabActionType,
type TabRouterOptions,
type TabNavigationState,
type TabActionHelpers,
} from './TabRouter';
export type DrawerActionType =
| TabActionType
... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/DrawerRouter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 347 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { SubsetProperties } from '../../../../../../src/generics';
import type { Extract, Readonly } from 'tsflower/subst/lib';
import {
type NavigationState,
type PartialState,
type Router,
type DefaultRouterOptions,
type Route,
type ParamListBase,
} ... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/TabRouter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 885 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Extract, Partial } from 'tsflower/subst/lib';
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst$React$JSX$Element,
ComponentProps as $tsflower_subst$React$ComponentProps,
} from 'tsflower/subst/react';
impor... | /content/code_sandbox/types/@react-navigation/core/lib/typescript/src/types.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 3,171 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type NavigationState, type PartialState, type Route } from './types';
type ResetState =
| PartialState<NavigationState<>>
| NavigationState<>
| ($Diff<NavigationState<>, {| routes: mixed |}> & {
routes: $Diff<Route<string>, {| key: mixed |}>[],
... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/CommonActions.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 373 |
```unknown
/* @flow
* @generated by TsFlower
*/
import * as CommonActions from './CommonActions';
export { CommonActions };
export { default as BaseRouter } from './BaseRouter';
export { default as StackRouter, StackActions } from './StackRouter';
export {
StackActionHelpers,
StackActionType,
StackRouterOptions... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 171 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { SubsetProperties } from '../../../../../../src/generics';
import type { PartialState as $tsflower_import_type$_$_2e__2f_types$PartialState } from './types';
import type { Readonly } from 'tsflower/subst/lib';
import {
type NavigationState,
type Router... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/StackRouter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 1,229 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Readonly } from 'tsflower/subst/lib';
import { type CommonNavigationAction, type PartialState } from './types';
declare var BaseRouter: {
getStateForAction<
State: Readonly<{
key: string,
index: number,
routeNames: string[],
... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/BaseRouter.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 199 |
```unknown
/* @flow
* @generated
*/
export * from './lib/typescript/src/index.js.flow';
``` | /content/code_sandbox/types/@react-navigation/stack/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 22 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Extract, Readonly, Partial } from 'tsflower/subst/lib';
import * as CommonActions from './CommonActions';
export type CommonNavigationAction = CommonActions.Action;
type NavigationRoute<+ParamList: ParamListBase, +RouteName: $Keys<ParamList>> = Route<
Ex... | /content/code_sandbox/types/@react-navigation/routers/lib/typescript/src/types.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 877 |
```unknown
/* @flow
* @generated by TsFlower
*/
import * as CardStyleInterpolators from './TransitionConfigs/CardStyleInterpolators';
import * as HeaderStyleInterpolators from './TransitionConfigs/HeaderStyleInterpolators';
import * as TransitionSpecs from './TransitionConfigs/TransitionSpecs';
import * as Transition... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 377 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type StackHeaderInterpolationProps, type StackHeaderInterpolatedStyle } from '../types';
declare export function forUIKit(StackHeaderInterpolationProps): StackHeaderInterpolatedStyle;
declare export function forFade(StackHeaderInterpolationProps): StackHeaderIn... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/TransitionConfigs/HeaderStyleInterpolators.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 142 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type TransitionPreset } from '../types';
declare export var SlideFromRightIOS: TransitionPreset;
declare export var ModalSlideFromBottomIOS: TransitionPreset;
declare export var ModalPresentationIOS: TransitionPreset;
declare export var FadeFromBottomAndroid: T... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/TransitionConfigs/TransitionPresets.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 118 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type StackCardInterpolationProps, type StackCardInterpolatedStyle } from '../types';
declare export function forHorizontalIOS(StackCardInterpolationProps): StackCardInterpolatedStyle;
declare export function forVerticalIOS(StackCardInterpolationProps): StackCar... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/TransitionConfigs/CardStyleInterpolators.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 183 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type TransitionSpec } from '../types';
declare export var TransitionIOSSpec: TransitionSpec;
declare export var FadeInFromBottomAndroidSpec: TransitionSpec;
declare export var FadeOutToBottomAndroidSpec: TransitionSpec;
declare export var RevealFromBottomAndroi... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/TransitionConfigs/TransitionSpecs.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 86 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { TypedNavigator as $tsflower_import_type$_$_40_react_2d_navigation_2f_native$TypedNavigator } from '@react-navigation/native';
import type { JSX$Element as $tsflower_subst$React$JSX$Element } from 'tsflower/subst/react';
import {
type DefaultNavigatorOpt... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/navigators/createStackNavigator.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 253 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ComponentProps as $tsflower_subst$React$ComponentProps,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
import { BaseButton } from 'react-native-gesture-handler';
type Props = $tsflower_... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/BorderlessButton.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 173 |
```unknown
/* @flow
* @generated by TsFlower
*/
export * from './GestureHandlerNative';
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/GestureHandler.android.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 22 |
```unknown
/* @flow
* @generated by TsFlower
*/
import typeof * as $tsflower_import_typeof$_$_40_react_2d_native_2d_community_2f_masked_2d_view from '@react-native-community/masked-view';
import type {
ComponentProps as $tsflower_subst$React$ComponentProps,
JSX$Element as $tsflower_subst$React$JSX$Element,
} fro... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/MaskedViewNative.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 211 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
AnimatedInterpolation as $tsflower_subst$RN$Animated$AnimatedInterpolation,
WithAnimatedValue as $tsflower_subst$RN$Animated$WithAnimatedValue,
StyleProp as $tsflower_subst$RN$StyleProp,
TextStyle as $tsflower_subst$RN$TextStyle,
ViewStyle as $ts... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/types.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 2,433 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
type Props = { children: $tsflower_subst$React$ReactNode, ... };
declare export default func... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/SafeAreaProviderCompat.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 112 |
```unknown
/* @flow
* @generated by TsFlower
*/
import * as React from 'react';
type Props = {
maskElement: React$Element<React$ElementType>,
children: React$Element<React$ElementType>,
...
};
declare export default function MaskedView(
Props,
): React$Element<
| string
| ((
props: any,
) =>
... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/MaskedView.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 172 |
```unknown
/* @flow
* @generated by TsFlower
*/
export { default } from './MaskedViewNative';
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/MaskedView.ios.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 25 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ViewProps as $tsflower_subst$RN$ViewProps,
AnimatedInterpolation as $tsflower_subst$RN$Animated$AnimatedInterpolation,
} from 'tsflower/subst/react-native';
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Screens.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 276 |
```unknown
/* @flow
* @generated by TsFlower
*/
export * from './GestureHandlerNative';
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/GestureHandler.ios.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 22 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { ReactNode as $tsflower_subst$React$ReactNode } from 'tsflower/subst/react';
import * as React from 'react';
type Props = {
enabled: boolean,
children: (props: {
onPageChangeStart: () => void,
onPageChangeConfirm: (force: boolean) => void,
... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/KeyboardManager.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 197 |
```unknown
/* @flow
* @generated by TsFlower
*/
import * as React from 'react';
import { View } from 'react-native';
import { type PanGestureHandlerProperties } from 'react-native-gesture-handler';
declare export var PanGestureHandler: React.ComponentType<PanGestureHandlerProperties>;
declare export var GestureHandle... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/GestureHandler.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 137 |
```unknown
/* @flow
* @generated by TsFlower
*/
export { default } from './MaskedViewNative';
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/MaskedView.android.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 25 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ComponentProps as $tsflower_subst$React$ComponentProps,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
import { BaseButton } from 'react-native-gesture-handler';
type Props = $tsflower_... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/TouchableItem.ios.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 178 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { JSX$Element as $tsflower_subst$React$JSX$Element } from 'tsflower/subst/react';
import { type PanGestureHandlerProperties } from 'react-native-gesture-handler';
declare export function PanGestureHandler(
props: PanGestureHandlerProperties,
): $tsflower_s... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/GestureHandlerNative.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 117 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { ViewProps as $tsflower_subst$RN$ViewProps } from 'tsflower/subst/react-native';
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/TouchableItem.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 185 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ForwardRefExoticComponent as $tsflower_subst$React$ForwardRefExoticComponent,
ReactNode as $tsflower_subst$React$ReactNode,
RefAttributes as $tsflower_subst$React$RefAttributes,
} from 'tsflower/subst/react';
import type {
ViewProps as $tsflower_s... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Stack/CardSheet.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 235 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ViewProps as $tsflower_subst$RN$ViewProps,
AnimatedInterpolation as $tsflower_subst$RN$Animated$AnimatedInterpolation,
WithAnimatedValue as $tsflower_subst$RN$Animated$WithAnimatedValue,
StyleProp as $tsflower_subst$RN$StyleProp,
ViewStyle as $ts... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Stack/Card.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 847 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
WithAnimatedValue as $tsflower_subst$RN$Animated$WithAnimatedValue,
StyleProp as $tsflower_subst$RN$StyleProp,
ViewStyle as $tsflower_subst$RN$ViewStyle,
} from 'tsflower/subst/react-native';
import type {
ReactNode as $tsflower_subst$React$ReactN... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Stack/CardContainer.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 806 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
import { Animated } from 'react-native';
import { type EdgeInsets } from 'react-native-safe-... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Stack/CardStack.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 724 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
StyleProp as $tsflower_subst$RN$StyleProp,
ViewStyle as $tsflower_subst$RN$ViewStyle,
} from 'tsflower/subst/react-native';
import type { JSX$Element as $tsflower_subst$React$JSX$Element } from 'tsflower/subst/react';
import 'react-native';
import { t... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/HeaderContainer.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 303 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { NamedExoticComponent as $tsflower_subst$React$NamedExoticComponent } from 'tsflower/subst/react';
import * as React from 'react';
import { type StackHeaderProps } from '../../types';
declare var _default: $tsflower_subst$React$NamedExoticComponent<StackHea... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/Header.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 89 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ViewProps as $tsflower_subst$RN$ViewProps,
WithAnimatedValue as $tsflower_subst$RN$Animated$WithAnimatedValue,
StyleProp as $tsflower_subst$RN$StyleProp,
ViewStyle as $tsflower_subst$RN$ViewStyle,
} from 'tsflower/subst/react-native';
import type ... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/HeaderBackground.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 251 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
ReactNode as $tsflower_subst$React$ReactNode,
JSX$Element as $tsflower_subst$React$JSX$Element,
} from 'tsflower/subst/react';
import * as React from 'react';
import { type EdgeInsets } from 'react-native-safe-area-context';
import { type Route } from... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/HeaderSegment.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 252 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { PartialState as $tsflower_import_type$_$_40_react_2d_navigation_2f_native$PartialState } from '@react-navigation/native';
import type { Readonly } from 'tsflower/subst/lib';
import type { JSX$Element as $tsflower_subst$React$JSX$Element } from 'tsflower/su... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Stack/StackView.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 956 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
TextProps as $tsflower_subst$RN$TextProps,
WithAnimatedValue as $tsflower_subst$RN$Animated$WithAnimatedValue,
StyleProp as $tsflower_subst$RN$StyleProp,
TextStyle as $tsflower_subst$RN$TextStyle,
} from 'tsflower/subst/react-native';
import type ... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/HeaderTitle.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 229 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function memoize<
Result,
Deps: /* tsflower-warning: unimplemented: 'readonly' as type operator */
any[] /* readonly any[] */,
>(
callback: (...deps: Deps) => Result,
): (...dependencies: Deps) => Result;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/memoize.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 75 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { JSX$Element as $tsflower_subst$React$JSX$Element } from 'tsflower/subst/react';
import { type StackHeaderLeftButtonProps } from '../../types';
type Props = StackHeaderLeftButtonProps;
declare export default function HeaderBackButton(Props): $tsflower_subst... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/views/Header/HeaderBackButton.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 89 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type GestureDirection, type Layout } from '../types';
declare export default function getDistanceForDirection(
layout: Layout,
gestureDirection: GestureDirection,
): number;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/getDistanceForDirection.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 51 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function debounce<T: (...args: any[]) => void>(func: T, duration: number): T;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/debounce.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 39 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { PanGestureHandler as $tsflower_import_type$_$react_2d_native_2d_gesture_2d_handler$PanGestureHandler } from 'react-native-gesture-handler';
import type {
Context as $tsflower_subst$React$Context,
Ref as $tsflower_subst$React$Ref,
} from 'tsflower/subst... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/GestureHandlerRefContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 158 |
```unknown
/* @flow
* @generated by TsFlower
*/
import { type GestureDirection } from '../types';
declare export default function getInvertedMultiplier(gestureDirection: GestureDirection): 1 | -1;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/getInvertedMultiplier.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 45 |
```unknown
/* @flow
* @generated by TsFlower
*/
declare export default function useFloatingHeaderHeight(): number;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/useHeaderHeight.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 25 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type StackCardInterpolationProps } from '../types';
declare var _default: $tsflower_subst$React$Context<StackCardInterpolationProps | void>;
ex... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/CardAnimationContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 86 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
import { type Route } from '@react-navigation/native';
import { type Scene } from '../types';
declare var PreviousSceneContext: $tsflower_subst$React$Co... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/PreviousSceneContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 103 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { StackCardInterpolationProps as $tsflower_import_type$_$_2e__2e_$StackCardInterpolationProps } from '..';
declare export default function useCardAnimation(): $tsflower_import_type$_$_2e__2e_$StackCardInterpolationProps;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/useCardAnimation.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 72 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
declare var HeaderShownContext: $tsflower_subst$React$Context<boolean>;
export default HeaderShownContext;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/HeaderShownContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 68 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type {
AnimatedInterpolation as $tsflower_subst$RN$Animated$AnimatedInterpolation,
AnimatedAddition as $tsflower_subst$RN$Animated$AnimatedAddition,
} from 'tsflower/subst/react-native';
import { Animated } from 'react-native';
declare export default functi... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/conditional.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 146 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { PanGestureHandler as $tsflower_import_type$_$react_2d_native_2d_gesture_2d_handler$PanGestureHandler } from 'react-native-gesture-handler';
import type { Ref as $tsflower_subst$React$Ref } from 'tsflower/subst/react';
import * as React from 'react';
declar... | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/useGestureHandlerRef.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 130 |
```unknown
/* @flow
* @generated by TsFlower
*/
import type { Context as $tsflower_subst$React$Context } from 'tsflower/subst/react';
import * as React from 'react';
declare var _default: $tsflower_subst$React$Context<number | void>;
export default _default;
``` | /content/code_sandbox/types/@react-navigation/stack/lib/typescript/src/utils/HeaderHeightContext.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 68 |
```unknown
/* @flow
* @generated
*/
export * from './lib/typescript/src/index.js.flow';
``` | /content/code_sandbox/types/@react-navigation/material-top-tabs/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 22 |
```unknown
/* @flow
* @generated by TsFlower
*/
export { default as createMaterialTopTabNavigator } from './navigators/createMaterialTopTabNavigator';
export { default as MaterialTopTabView } from './views/MaterialTopTabView';
export { default as MaterialTopTabBar } from './views/MaterialTopTabBar';
export {
Materi... | /content/code_sandbox/types/@react-navigation/material-top-tabs/lib/typescript/src/index.js.flow | unknown | 2016-05-08T05:41:48 | 2024-08-15T07:25:47 | zulip-mobile | zulip/zulip-mobile | 1,274 | 113 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.