Home
last modified time | relevance | path

Searched refs:getItem (Results 1 – 25 of 59) sorted by relevance

123

/expo/apps/native-component-list/src/screens/
H A DAsyncStorageScreen.tsx14 getItem();
17 const getItem = React.useCallback(async () => {
18 const value = await AsyncStorage.getItem(key);
36 await getItem();
37 }, [getItem]);
/expo/packages/expo-notifications/src/
H A DServerRegistrationModule.web.ts19 installationId = localStorage.getItem(INSTALLATION_ID_KEY);
34 return localStorage.getItem(REGISTRATION_INFO_KEY);
/expo/docs/common/
H A Dsentry-utilities.ts72 if (localStorage.getItem('localStorage:test') !== 'value') {
110 const timestamp = parseInt(localStorage.getItem(TIMESTAMP_KEY) || '', 10);
136 const messages = localStorage.getItem(REPORTED_ERRORS_KEY);
/expo/packages/expo-notifications/build/
H A DServerRegistrationModule.web.js13 installationId = localStorage.getItem(INSTALLATION_ID_KEY);
28 return localStorage.getItem(REGISTRATION_INFO_KEY);
/expo/home/kernel/
H A DMockKernel.ts40 const item = await AsyncStorage.getItem(`${STORAGE_PREFIX}:onboarding`);
53 const json = await AsyncStorage.getItem(`${STORAGE_PREFIX}:session`);
/expo/home/storage/
H A DLocalStorage.ts21 const json = await AsyncStorage.getItem(Keys.Settings);
50 const json = await AsyncStorage.getItem(Keys.Session);
70 const jsonHistory = await AsyncStorage.getItem(Keys.History);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap28 getItem={[Function]}
125 getItem={[Function]}
147 getItem={[Function]}
182 getItem={[Function]}
253 getItem={[Function]}
314 getItem={[Function]}
385 getItem={[Function]}
H A DVirtualizedList-test.js.snap44 getItem={[Function]}
190 getItem={[Function]}
331 getItem={[Function]}
412 getItem={[Function]}
556 getItem={[Function]}
630 getItem={[Function]}
704 getItem={[Function]}
836 getItem={[Function]}
1002 getItem={[Function]}
1180 getItem={[Function]}
[all …]
H A DVirtualizedSectionList-test.js.snap20 getItem={[Function]}
59 getItem={[Function]}
219 getItem={[Function]}
352 getItem={[Function]}
485 getItem={[Function]}
619 getItem={[Function]}
762 getItem={[Function]}
980 getItem={[Function]}
1004 getItem={[Function]}
1049 getItem={[Function]}
[all …]
H A DSectionList-test.js.snap20 getItem={[Function]}
77 getItem={[Function]}
126 getItem={[Function]}
206 getItem={[Function]}
393 getItem={[Function]}
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherStackAdapter.kt19 override fun getItem(position: Int): Any { in getItem() method in expo.modules.devlauncher.launcher.errors.DevLauncherStackAdapter
28 val stackTraceElement = getItem(position) as StackTraceElement in getView()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap28 getItem={[Function]}
128 getItem={[Function]}
150 getItem={[Function]}
185 getItem={[Function]}
258 getItem={[Function]}
322 getItem={[Function]}
395 getItem={[Function]}
H A DVirtualizedList-test.js.snap44 getItem={[Function]}
200 getItem={[Function]}
351 getItem={[Function]}
437 getItem={[Function]}
587 getItem={[Function]}
664 getItem={[Function]}
741 getItem={[Function]}
876 getItem={[Function]}
1011 getItem={[Function]}
1194 getItem={[Function]}
[all …]
H A DVirtualizedSectionList-test.js.snap20 getItem={[Function]}
61 getItem={[Function]}
231 getItem={[Function]}
369 getItem={[Function]}
507 getItem={[Function]}
646 getItem={[Function]}
794 getItem={[Function]}
1019 getItem={[Function]}
1043 getItem={[Function]}
1088 getItem={[Function]}
[all …]
H A DSectionList-test.js.snap20 getItem={[Function]}
81 getItem={[Function]}
132 getItem={[Function]}
214 getItem={[Function]}
413 getItem={[Function]}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap7 getItem={[Function]}
86 getItem={[Function]}
201 getItem={[Function]}
286 getItem={[Function]}
308 getItem={[Function]}
343 getItem={[Function]}
416 getItem={[Function]}
480 getItem={[Function]}
553 getItem={[Function]}
H A DSectionList-test.js.snap20 getItem={[Function]}
81 getItem={[Function]}
132 getItem={[Function]}
214 getItem={[Function]}
414 getItem={[Function]}
/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js23 const handle = window.localStorage.getItem(getHandle());
56 const handle = window.localStorage.getItem(getHandle());
62 const redirectUrl = window.localStorage.getItem(getRedirectUrlHandle(handle));
118 const handle = window.localStorage.getItem(getHandle());
132 const handle = window.localStorage.getItem(getHandle());
134 const url = window.localStorage.getItem(getOriginUrlHandle(handle));
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts36 const handle = window.localStorage.getItem(getHandle());
75 const handle = window.localStorage.getItem(getHandle());
84 const redirectUrl = window.localStorage.getItem(getRedirectUrlHandle(handle));
155 const handle = window.localStorage.getItem(getHandle());
171 const handle = window.localStorage.getItem(getHandle());
173 const url = window.localStorage.getItem(getOriginUrlHandle(handle));
/expo/packages/expo-secure-store/build/
H A DSecureStore.d.ts129 export declare function getItem(key: string, options?: SecureStoreOptions): string | null;
/expo/apps/router-e2e/__e2e__/auth/
H A DuseStorageState.ts41 setState(localStorage.getItem(key));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DFlatList.js.flow70 getItem: $PropertyType<VirtualizedListProps, 'getItem'>,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/
H A DFlatList.js.flow71 getItem: $PropertyType<VirtualizedListProps, 'getItem'>,
/expo/packages/expo-constants/src/
H A DExponentConstants.web.ts56 installationId = localStorage.getItem(ID_KEY);
/expo/packages/expo-constants/build/
H A DExponentConstants.web.js45 installationId = localStorage.getItem(ID_KEY);

123