Searched refs:backup (Results 1 – 12 of 12) sorted by relevance
| /expo/tools/src/ |
| H A D | TasksRunner.ts | 50 validateBackup?: (backup) => Promiseable<boolean>; 51 shouldUseBackup?: (backup) => Promiseable<boolean>; 54 backupValidationFailed?: (backup) => void; 111 backup: TasksRunnerBackup<BackupDataType>, 158 if (!(await this.isBackupValid(backup))) { 159 await this.backupValidationFailed?.(backup); 162 return !this.shouldUseBackup || (await this.shouldUseBackup(backup)) ? backup : null; 213 const backup = await this.getBackupAsync(); constant 214 const startingIndex = backup 218 if (backup) { [all …]
|
| /expo/tools/src/commands/ |
| H A D | PublishPackages.ts | 125 async validateBackup(backup): Promise<boolean> { 129 backup.data && 130 headCommitHash === backup.data.head && 131 !jsondiffpatch.diff(pickBackupableOptions(options), backup.data.options) 162 backup: TasksRunnerBackup<PublishBackupData>, 165 const dateString = new Date(backup.timestamp).toLocaleString(); 172 for (const [packageName, restoredState] of Object.entries(backup.data!.state)) {
|
| /expo/tools/src/vendoring/config/ |
| H A D | react-native-async-storage-scoped-storage-ios.patch | 279 // by default, we want to exclude AsyncStorage data from backup 284 + // NOTE(kudo): We don't enable iCloud backup for Expo Go
|
| /expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/ |
| H A D | RNCAsyncStorage.m | 55 NSLog(@"Could not exclude AsyncStorage dir from backup %@", error); 471 // iCloud backup exclusion 475 // by default, we want to exclude AsyncStorage data from backup 478 // NOTE(kudo): We don't enable iCloud backup for Expo Go
|
| /expo/ios/vendored/sdk48/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI48_0_0RNCAsyncStorage.m | 55 NSLog(@"Could not exclude AsyncStorage dir from backup %@", error); 471 // iCloud backup exclusion 475 // by default, we want to exclude AsyncStorage data from backup 478 // NOTE(kudo): We don't enable iCloud backup for Expo Go
|
| /expo/ios/vendored/sdk49/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI49_0_0RNCAsyncStorage.m | 55 NSLog(@"Could not exclude AsyncStorage dir from backup %@", error); 471 // iCloud backup exclusion 475 // by default, we want to exclude AsyncStorage data from backup 478 // NOTE(kudo): We don't enable iCloud backup for Expo Go
|
| /expo/packages/expo-secure-store/build/ |
| H A D | SecureStore.js.map | 1 …backup.\n */\nexport const AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: KeychainAccessibilityConstant =\n …
|
| /expo/ios/Exponent/Kernel/AppLoader/CachedResource/ |
| H A D | EXCachedResource.m | 314 …DDLogError(@"Could not exclude source cache directory from backup: %@", error.localizedDescription…
|
| /expo/docs/pages/app-signing/ |
| H A D | security.mdx | 93 You will not be able to update your app on Google Play. You may want to download and backup the key…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | device.mdx | 294 // 'android.software.backup',
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | building-standalone-apps.mdx | 95 …following command after the build process is complete. After running it, backup the keystore in a …
|
| /expo/packages/expo-device/build/ |
| H A D | Device.js.map | 1 … * // 'android.software.adoptable_storage',\n * // 'android.software.backup',\n * // 'androi…
|