Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 191) sorted by relevance

12345678

/expo/docs/pages/versions/v46.0.0/sdk/
H A Dasync-storage.mdx3 description: A library that provides an asynchronous, unencrypted, persistent, key-value storage AP…
4 sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
5 packageName: '@react-native-async-storage/async-storage'
11 An asynchronous, unencrypted, persistent, key-value storage API.
17 <APIInstallSection href="https://react-native-async-storage.github.io/async-storage/docs/install" />
21 …t [https://react-native-async-storage.github.io/async-storage/](https://react-native-async-storage
H A Dimagepicker.mdx143 title="AWS storage example"
144 description="An example of how to use AWS storage can be found in with-aws-storage-upload."
146 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
154 title="Firebase storage example"
155 …description="An example of how to use Firebase storage can be found in with-firebase-storage-uploa…
157 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
/expo/docs/pages/versions/unversioned/sdk/
H A Dasync-storage.mdx3 description: A library that provides an asynchronous, unencrypted, persistent, key-value storage AP…
4 sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
5 packageName: '@react-native-async-storage/async-storage'
11 An asynchronous, unencrypted, persistent, key-value storage API.
17 <APIInstallSection href="https://react-native-async-storage.github.io/async-storage/docs/install" />
21 …t [https://react-native-async-storage.github.io/async-storage/](https://react-native-async-storage
H A Dimagepicker.mdx155 title="AWS storage example"
156 description="An example of how to use AWS storage can be found in with-aws-storage-upload."
158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
166 title="Firebase storage example"
167 …description="An example of how to use Firebase storage can be found in with-firebase-storage-uploa…
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dasync-storage.mdx3 description: A library that provides an asynchronous, unencrypted, persistent, key-value storage AP…
4 sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
5 packageName: '@react-native-async-storage/async-storage'
11 An asynchronous, unencrypted, persistent, key-value storage API.
17 <APIInstallSection href="https://react-native-async-storage.github.io/async-storage/docs/install" />
21 …t [https://react-native-async-storage.github.io/async-storage/](https://react-native-async-storage
H A Dimagepicker.mdx155 title="AWS storage example"
156 description="An example of how to use AWS storage can be found in with-aws-storage-upload."
158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
166 title="Firebase storage example"
167 …description="An example of how to use Firebase storage can be found in with-firebase-storage-uploa…
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dasync-storage.mdx3 description: A library that provides an asynchronous, unencrypted, persistent, key-value storage AP…
4 sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
5 packageName: '@react-native-async-storage/async-storage'
11 An asynchronous, unencrypted, persistent, key-value storage API.
17 <APIInstallSection href="https://react-native-async-storage.github.io/async-storage/docs/install" />
21 …t [https://react-native-async-storage.github.io/async-storage/](https://react-native-async-storage
H A Dimagepicker.mdx155 title="AWS storage example"
156 description="An example of how to use AWS storage can be found in with-aws-storage-upload."
158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
166 title="Firebase storage example"
167 …description="An example of how to use Firebase storage can be found in with-firebase-storage-uploa…
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dasync-storage.mdx3 description: A library that provides an asynchronous, unencrypted, persistent, key-value storage AP…
4 sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
5 packageName: '@react-native-async-storage/async-storage'
11 An asynchronous, unencrypted, persistent, key-value storage API.
17 <APIInstallSection href="https://react-native-async-storage.github.io/async-storage/docs/install" />
21 …t [https://react-native-async-storage.github.io/async-storage/](https://react-native-async-storage
H A Dimagepicker.mdx155 title="AWS storage example"
156 description="An example of how to use AWS storage can be found in with-aws-storage-upload."
158 href="https://github.com/expo/examples/tree/master/with-aws-storage-upload"
166 title="Firebase storage example"
167 …description="An example of how to use Firebase storage can be found in with-firebase-storage-uploa…
169 href="https://github.com/expo/examples/tree/master/with-firebase-storage-upload"
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt30 private val storage = StorageSupplier.getInstance(reactContext) in getName() constant
42 val entries = storage.getValues(keys.toKeyList()) in multiGet()
51 storage.setValues(entries) in multiSet()
59 storage.removeValues(keys.toKeyList()) in multiRemove()
68 storage.mergeValues(entries) in multiMerge()
76 val keys = storage.getKeys() in getAllKeys()
86 storage.clear() in clear()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt30 private val storage = StorageSupplier.getInstance(reactContext) in getName() constant
42 val entries = storage.getValues(keys.toKeyList()) in multiGet()
51 storage.setValues(entries) in multiSet()
59 storage.removeValues(keys.toKeyList()) in multiRemove()
68 storage.mergeValues(entries) in multiMerge()
76 val keys = storage.getKeys() in getAllKeys()
86 storage.clear() in clear()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt30 private val storage = StorageSupplier.getInstance(reactContext) in getName() constant
42 val entries = storage.getValues(keys.toKeyList()) in multiGet()
51 storage.setValues(entries) in multiSet()
59 storage.removeValues(keys.toKeyList()) in multiRemove()
68 storage.mergeValues(entries) in multiMerge()
76 val keys = storage.getKeys() in getAllKeys()
86 storage.clear() in clear()
/expo/apps/test-suite/tests/
H A DFirebaseJSSDK.js150 const storage = getStorage();
151 const publicRef = storageRef(storage, 'public');
163 const storage = getStorage();
164 const publicRef = storageRef(storage, 'public');
207 function getReactNativePersistence(storage) { argument
217 if (!storage) {
220 await storage.setItem(STORAGE_AVAILABLE_KEY, '1');
221 await storage.removeItem(STORAGE_AVAILABLE_KEY);
234 return storage.setItem(key, JSON.stringify(value));
243 const json = await storage.getItem(key);
[all …]
H A DFirebaseJSSDKCompat.js119 const storage = firebase.storage();
120 expect(storage).not.toBeNull();
125 const files = await firebase.storage().ref('public').listAll();
135 const files = await firebase.storage().ref('public').listAll();
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/
H A DNetworkResponse.ts15 storage = new Map<string, DebuggerResponse<NetworkGetResponseBody>['result']>(); property in NetworkResponseHandler
20 this.storage.set(requestId, requestInfo);
33 this.storage.has(message.params.requestId)
37 result: this.storage.get(message.params.requestId)!,
/expo/docs/pages/develop/user-interface/
H A Dstore-data.mdx46 …](https://react-native-async-storage.github.io/async-storage/) is an asynchronous, unencrypted, pe…
51 href="https://react-native-async-storage.github.io/async-storage/docs/usage"
52 imageUrl="https://react-native-async-storage.github.io/async-storage/img/logo.svg"
59 …ct Native for a list of libraries](https://reactnative.directory/?search=storage) to help you stor…
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTHash.h339 val.storage = that.val.storage;
346 new (&val.storage) T(that.val.storage);
362 val.storage = std::move(that.val.storage);
369 new (&val.storage) T(std::move(that.val.storage));
378 T& operator*() & { return val.storage; }
379 const T& operator*() const& { return val.storage; }
380 T&& operator*() && { return std::move(val.storage); }
381 const T&& operator*() const&& { return std::move(val.storage); }
385 new (&val.storage) T(std::move(v)); in emplace()
396 val.storage.~T(); in reset()
[all …]
/expo/tools/src/vendoring/config/
H A Dreact-native-async-storage-scoped-storage-ios.patch26 +// NOTE(kudo): Use Expo storage directory for backward compatibility
125 - return error ? RCTMakeError(@"Failed to delete storage directory.", error, nil) : nil;
128 + return error ? RCTMakeError(@"Failed to delete storage directory.", error, nil) : nil;
139 - // Migrate data by copying old storage directory to new storage directory location
143 - // the new storage directory "Application Support/[bundleID]/RCTAsyncLocalStorage_V1" seems
155 - @"Failed to create storage directory during migration.", error);
159 - @"Failed to copy old storage directory to new storage directory location during "
164 - // If copying succeeds, remove old storage directory
203 +// NOTE(nikki93): Use the default `methodQueue` since instances have different storage directories
265 - return RCTMakeError(@"Failed to create storage directory.", error, nil);
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLVar.h36 DSLVarBase(VariableStorage storage, DSLType type, std::string_view name,
39 DSLVarBase(VariableStorage storage, const DSLModifiers& modifiers, DSLType type,
52 VariableStorage storage() const { in storage() function
118 DSLVarBase(VariableStorage storage) : fType(kVoid_Type), fStorage(storage) {} in DSLVarBase() argument
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/
H A DExponentAsyncStorageModule.kt6 import abi47_0_0.com.facebook.react.modules.storage.AsyncStorageModule
7 import abi47_0_0.com.facebook.react.modules.storage.ReactDatabaseSupplier
/expo/home/utils/
H A DAccountNameContext.tsx1 import AsyncStorage from '@react-native-async-storage/async-storage';
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentDBObject.kt1 package host.exp.exponent.storage
/expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/
H A DRNCAsyncStorage.m17 // NOTE(kudo): Use Expo storage directory for backward compatibility
206 return error ? RCTMakeError(@"Failed to delete storage directory.", error, nil) : nil;
230 @"Failed to remove old storage directory during migration", error);
266 // Check if both the old storage directory and Expo storage directory exist
268 // If the old storage has been modified more recently than Expo storage, then clear Expo
269 // storage. Otherwise, clear the old storage.
306 // Check if the new storage directory location already exists
308 // If new storage location exists, check if the new storage has been modified sooner in
329 // If new storage location doesn't exist, migrate data
453 RCTAssertThread(RCTGetMethodQueue(), @"Must be executed on storage thread");
[all …]
/expo/ios/vendored/sdk48/@react-native-async-storage/async-storage/ios/
H A DABI48_0_0RNCAsyncStorage.m17 // NOTE(kudo): Use Expo storage directory for backward compatibility
230 @"Failed to remove old storage directory during migration", error);
266 // Check if both the old storage directory and Expo storage directory exist
268 // If the old storage has been modified more recently than Expo storage, then clear Expo
269 // storage. Otherwise, clear the old storage.
306 // Check if the new storage directory location already exists
308 // If new storage location exists, check if the new storage has been modified sooner in
321 @"Failed to remove new storage directory during migration", error);
329 // If new storage location doesn't exist, migrate data
396 // Get the path to any old storage directory that needs to be migrated. If multiple exist,
[all …]

12345678