Home
last modified time | relevance | path

Searched refs:StackState (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/
H A DcreateAsyncStack.ts10 state: StackState<T>;
30 export type StackState<T = any> = { alias
40 getState: () => StackState;
211 function getState(): StackState {
/expo/apps/native-component-list/src/screens/Screens/
H A DnativeStack.tsx9 type StackState = {
16 export class Stack extends Component<StackProps, StackState> {