jackstudd
jackstudd
### Current behavior I have a Stack navigator with screenOptions presentation: "transparentModal". Inside it I have another Stack navigator, I expect it to have a transparent background, but it does...
This change allows to pass a `includeOptimistic` boolean to the `CachePersistor` options. This boolean is further passed down to Apollo's `cache.extract()` function, [which accepts a boolean](https://www.apollographql.com/docs/react/api/cache/InMemoryCache/#extract), to allow the extraction...
In implementing offline mode in an app, we patched Apollo to be able to delete multiple optimistics at once, so that the chain of Layers are recreated only once. Deleting...
Hi! I quickly spent an hour trying to get this lib to work with Apollo v4 since I need it in some projects. Of the thousands way this could have...