Home
last modified time | relevance | path

Searched refs:currentlyRunning (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-updates/src/__tests__/
H A DUseUpdatesTestApp.tsx10 currentlyRunning,
23 <Text testID="currentlyRunning_updateId">{currentlyRunning.updateId}</Text>
24 <Text testID="currentlyRunning_channel">{currentlyRunning.channel}</Text>
26 {currentlyRunning?.createdAt ? currentlyRunning?.createdAt.toISOString() : ''}
/expo/packages/expo-updates/src/
H A DUseUpdates.ts7 currentlyRunning,
83 currentlyRunning,
H A DUseUpdates.types.ts136 currentlyRunning: CurrentlyRunningInfo;
H A DUseUpdatesUtils.ts10 export const currentlyRunning: CurrentlyRunningInfo = { constant
/expo/packages/expo-updates/build/
H A DUseUpdates.js4 import { currentlyRunning, defaultUseUpdatesState, reduceUpdatesStateFromContext, } from './UseUpda…
73 currentlyRunning,
H A DUseUpdatesUtils.d.ts3 export declare const currentlyRunning: CurrentlyRunningInfo; constant
H A DUseUpdates.types.d.ts130 currentlyRunning: CurrentlyRunningInfo;
H A DUseUpdates.js.map1currentlyRunning,\n defaultUseUpdatesState,\n reduceUpdatesStateFromContext,\n} from './UseUpdat…
H A DUseUpdatesUtils.js4 export const currentlyRunning = { variable
H A DUseUpdatesUtils.js.map1 …ntly running info, constructed from Updates constants\nexport const currentlyRunning: CurrentlyRun…
H A DUseUpdates.types.js.map1 …= {\n /**\n * Information on the currently running app\n */\n currentlyRunning: CurrentlyRun…
/expo/packages/expo-updates/e2e/fixtures/
H A DApp.tsx46 currentlyRunning,
174 <TestValue testID="runtimeVersion" value={`${currentlyRunning.runtimeVersion}`} />
176 <TestValue testID="isEmbeddedLaunch" value={`${currentlyRunning.isEmbeddedLaunch}`} />