Jacob Parker
Jacob Parker
It looks like `entityStore` might support this merging behaviour already [(here)](https://github.com/apollographql/apollo-client/blob/main/src/cache/inmemory/entityStore.ts#L335) - but when `cache.restore()` is called, the entity store is reset [(here)](https://github.com/apollographql/apollo-client/blob/main/src/cache/inmemory/inMemoryCache.ts#L149). If the entity store wasn't reset, would...
The solution from @jgan42 works well - it's pretty much using the same code used internally for restoration
It's a native module, so it's not going to work with Expo. Think we can just close this
I think if you're only using Apollo, it's safe to remove. Would you accept a PR that changes the options to have `strip: false | "none" | "source-whitespace" | "loc"`...
Feedback on this would be good—when using flow, the functions with relatively few arguments easily exceed the 100 character limit set by the style guide.
I mean have one `` component that only does the modal part, and one `` component that handles the gestures. That way I can have a modal component, put a...
I couldn’t really comment on whether that would work or not until I try it. But just to clarify, in the same modal, I’ll have multiple screens inside a UINavigationViewController,...
Are you able to get a better stack trace?
Are you able to reproduce it on a device?
I’ll leave this issue open - with the caveat it’s unlikely to get taken on by any current maintainers. If you find more information - or better, a fix -...