Denis Howlett
Denis Howlett
Yes thanks, that's what I needed. Here's my implementation in case it's useful to anyone else. ```typescript const [outboxCount, setOutboxCount] = useState(0); const client = useApolloClient() as ApolloClient; // import...
@nc9 Does this work offline? I've got a React Native mobile app and I need the offline capability and ideally a more persistent cache than an InMemoryCache as I don't...
@undefobj, I need the offline capability as I'm building a mobile app. Can you confirm which versions of this SDK, Apollo and any others I can safely use that will...
Hi again @undefobj, Here's what I've got currently (plus a bunch of non-relevant other packags), which would you recommend I upgrade/downgrade (I can't see which should be 2.4.6)? ``` "apollo-client":...
Hi @undefobj, Is there any sort of roadmap for fixes to this? I've just spent several days trying to upgrade to Expo36 (which includes RN0.61 and React 16.9), but I'm...
Hi @josmontes, in the end we've had to roll back from using SDK36 because I couldn't get AWS AppSync to work. It turns out AWS were working on their new...
Just to confirm, I've checked this with Expo SDK 33 and it works fine with no changes needed.
In the meantime, have a look at https://github.com/expo/expo-pixi/issues/77#issuecomment-505679364, this solution works fine with the existing code.
@Asday thanks for all the comments on the PR. My aim was to make the minimum changes so that I can add Signatures to my Expo app, rather than fix...
I have the same issue. I had it working fine using v1.0.1, and then updated to v1.1.0. Unfortunately now even if I explicitly use v1.0.1 it's not working. I get...