Searched refs:Keys (Results 1 – 15 of 15) sorted by relevance
| /expo/home/storage/ |
| H A D | LocalStorage.ts | 11 const Keys = mapValues( constant 21 const json = await AsyncStorage.getItem(Keys.Settings); 40 await AsyncStorage.setItem(Keys.Settings, JSON.stringify(newSettings)); 50 const json = await AsyncStorage.getItem(Keys.Session); 55 await AsyncStorage.removeItem(Keys.Session); 70 const jsonHistory = await AsyncStorage.getItem(Keys.History); 82 await AsyncStorage.setItem(Keys.History, JSON.stringify(history)); 86 await AsyncStorage.removeItem(Keys.History);
|
| /expo/packages/expo-secure-store/src/__tests__/__snapshots__/ |
| H A D | SecureStore-test.native.ts.snap.android | 3 exports[`checks for invalid keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not … 5 exports[`checks for invalid keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not … 7 exports[`checks for invalid keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not … 9 exports[`checks for invalid keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not … 11 exports[`checks for invalid keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not …
|
| H A D | SecureStore-test.native.ts.snap.ios | 3 exports[`checks for invalid keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not … 5 exports[`checks for invalid keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not … 7 exports[`checks for invalid keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not … 9 exports[`checks for invalid keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not … 11 exports[`checks for invalid keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not …
|
| /expo/packages/expo-secure-store/build/ |
| H A D | SecureStore.js.map | 1 …Keys are invalidated by the system when biometrics change, such as adding a new fingerprint or cha…
|
| /expo/packages/expo-apple-authentication/ |
| H A D | README.md | 35 6. Next, go to the "Keys" page and register a new key. Add the "Sign In with Apple" capability, and…
|
| /expo/docs/pages/app-signing/ |
| H A D | app-credentials.mdx | 84 - Push Notification Keys 95 Apple Push Notification Keys (often abbreviated as APN keys) allow the associated apps to send and …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | apple-authentication.mdx | 55 6. Next, go to the "Keys" page and register a new key. Add the "Sign In with Apple" capability, and…
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.m | 555 @"Invalid headers dictionary. Keys and values should be strings.", 654 @"Invalid headers dictionary. Keys and values should be strings.", 728 @"Invalid headers dictionary. Keys and values should be strings.",
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystem.m | 556 @"Invalid headers dictionary. Keys and values should be strings.", 655 @"Invalid headers dictionary. Keys and values should be strings.", 729 @"Invalid headers dictionary. Keys and values should be strings.",
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystem.m | 555 @"Invalid headers dictionary. Keys and values should be strings.", 654 @"Invalid headers dictionary. Keys and values should be strings.", 728 @"Invalid headers dictionary. Keys and values should be strings.",
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystem.m | 556 @"Invalid headers dictionary. Keys and values should be strings.", 655 @"Invalid headers dictionary. Keys and values should be strings.", 729 @"Invalid headers dictionary. Keys and values should be strings.",
|
| /expo/docs/pages/guides/ |
| H A D | using-sentry.mdx | 48 …SN`** is available in your project's **Settings** > **Projects** > **Project name** > **Client Keys
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 93 …ed component.");throw Error("Argument appears to not be a ReactComponent. Keys: "+Object.keys(e))}… 356 …ed component.");throw Error("Argument appears to not be a ReactComponent. Keys: "+Object.keys(e))}…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 115 …ect.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e)}return null==… 235 …ect.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e)}return null==…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 114 …ect.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e)}return null==… 233 …ect.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e)}return null==…
|