Searched refs:currentlyRunning (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/expo-updates/src/__tests__/ |
| H A D | UseUpdatesTestApp.tsx | 10 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 D | UseUpdates.ts | 7 currentlyRunning, 83 currentlyRunning,
|
| H A D | UseUpdates.types.ts | 136 currentlyRunning: CurrentlyRunningInfo;
|
| H A D | UseUpdatesUtils.ts | 10 export const currentlyRunning: CurrentlyRunningInfo = { constant
|
| /expo/packages/expo-updates/build/ |
| H A D | UseUpdates.js | 4 import { currentlyRunning, defaultUseUpdatesState, reduceUpdatesStateFromContext, } from './UseUpda… 73 currentlyRunning,
|
| H A D | UseUpdatesUtils.d.ts | 3 export declare const currentlyRunning: CurrentlyRunningInfo; constant
|
| H A D | UseUpdates.types.d.ts | 130 currentlyRunning: CurrentlyRunningInfo;
|
| H A D | UseUpdates.js.map | 1 …currentlyRunning,\n defaultUseUpdatesState,\n reduceUpdatesStateFromContext,\n} from './UseUpdat…
|
| H A D | UseUpdatesUtils.js | 4 export const currentlyRunning = { variable
|
| H A D | UseUpdatesUtils.js.map | 1 …ntly running info, constructed from Updates constants\nexport const currentlyRunning: CurrentlyRun…
|
| H A D | UseUpdates.types.js.map | 1 …= {\n /**\n * Information on the currently running app\n */\n currentlyRunning: CurrentlyRun…
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | App.tsx | 46 currentlyRunning, 174 <TestValue testID="runtimeVersion" value={`${currentlyRunning.runtimeVersion}`} /> 176 <TestValue testID="isEmbeddedLaunch" value={`${currentlyRunning.isEmbeddedLaunch}`} />
|