Odunsi
Odunsi
This package uses date-fns-tz v2 which is [not compatible](https://github.com/date-fns/date-fns/issues/3612#issuecomment-1865271345) with date-fns v3 and you have v3.6.0 installed. I was able to fix this using resolutions.
It might be related. After upgrading to 2.19.4, I keep getting this in the log ``` INFO Flush triggered but queue restoration and settings loading not complete. Flush will be...
> @dhatGuy I could repoen this issue, but that warning may be unrelated to this one. Can you create a new issue? Yes, I have https://github.com/segmentio/analytics-react-native/issues/989
Use working-directory ``` - name: Build Android app working-directory: apps/expo-app run: eas build --platform android --profile preview --local --non-interactive --output ${{ github.workspace }}/app-preview.apk ``` I encountered an issue with the...