UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

12 lines (9 loc) 391 B
import AsyncStorage from '@react-native-async-storage/async-storage'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // See: https://react-native-async-storage.github.io/async-storage/ function createInMemoryStore() { return AsyncStorage; } export { createInMemoryStore }; //# sourceMappingURL=InMemoryStore.native.mjs.map