Home
last modified time | relevance | path

Searched refs:getSessionAsync (Results 1 – 8 of 8) sorted by relevance

/expo/home/kernel/
H A DKernel.ts44 export async function getSessionAsync(): Promise<KernelSession | null> { function
45 return await NativeKernel.getSessionAsync();
H A DMockKernel.ts52 async getSessionAsync(): Promise<unknown> {
/expo/home/storage/
H A DLocalStorage.ts43 async function getSessionAsync() { function
44 let results = await Kernel.getSessionAsync();
122 getSessionAsync,
/expo/packages/jest-expo/src/preset/
H A DinternalExpoModules.js3 getSessionAsync: { type: 'function', functionType: 'async' }, property
/expo/home/redux/
H A DSessionActions.ts20 const session = await LocalStorage.getSessionAsync();
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt69 fun getSessionAsync(promise: Promise) { in getSessionAsync() method
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXHomeModule.m246 RCT_REMAP_METHOD(getSessionAsync, category
247 getSessionAsync:(RCTPromiseResolveBlock)resolve
/expo/home/
H A DHomeApp.tsx99 const storedSession = await LocalStorage.getSessionAsync();