react-native-cross-components
Version:
Beautiful React-Native components using RN Paper by Callstack
18 lines (17 loc) • 454 B
JavaScript
const mock = {
read: () => { },
write: () => { },
diff: () => { },
watch: () => { },
evict: () => { },
reset: () => { },
removeOptimistic: () => { },
performTransaction: () => { },
recordOptimisticTransaction: () => { },
transformDocument: () => { },
readQuery: () => { },
readFragment: () => { },
writeQuery: () => { },
writeFragment: () => { },
};
module.exports = { InMemoryCache: () => mock };