UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

6 lines 253 B
import AsyncStorage from '@react-native-async-storage/async-storage'; // See: https://react-native-async-storage.github.io/async-storage/ export function createInMemoryStore() { return AsyncStorage; } //# sourceMappingURL=InMemoryStore.native.js.map