Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 12 of 12) sorted by relevance

/expo/tools/src/
H A DTasksRunner.ts50 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 DPublishPackages.ts125 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 Dreact-native-async-storage-scoped-storage-ios.patch279 // 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 DRNCAsyncStorage.m55 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 DABI48_0_0RNCAsyncStorage.m55 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 DABI49_0_0RNCAsyncStorage.m55 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 DSecureStore.js.map1backup.\n */\nexport const AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: KeychainAccessibilityConstant =\n …
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXCachedResource.m314 …DDLogError(@"Could not exclude source cache directory from backup: %@", error.localizedDescription…
/expo/docs/pages/app-signing/
H A Dsecurity.mdx93 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 Ddevice.mdx294 // 'android.software.backup',
/expo/docs/pages/archive/classic-updates/
H A Dbuilding-standalone-apps.mdx95 …following command after the build process is complete. After running it, backup the keystore in a …
/expo/packages/expo-device/build/
H A DDevice.js.map1 … * // 'android.software.adoptable_storage',\n * // 'android.software.backup',\n * // 'androi…