Bailey Lissington

Results 6 comments of Bailey Lissington

> using both notifyOnNetworkStatusChange: true and fetchPolicy: 'cache-and-network', didn't solve the issue Neither with my setup: `"@apollo/client": "^3.10.4"`

Yes that's correct

@bluespider42 no, unfortunately I didn't (I ended up using the STM32HAL library in C)

This makes sense, I'm happy for these changes to be made

I have the same problem. In my `package.json` I have set ``` "eas-build-pre-install": "set-env EXPO_PUBLIC_BUILD_VERSION $(date +%s)" ``` In my `app.config.ts` I have ``` { android: { versionCode: parseInt(process.env.EXPO_PUBLIC_BUILD_VERSION ??...