Mike Loos
Mike Loos
Hi, @kalote – I ran into this issue as well. The only workaround I could come up with was to use the new client.refetchQueries method, specify all "active" queries, and...
Hi, @joaotmachado – I don't think your issue is M1-related. Check out issues #9689 and #9668. I'm personally having a similar problem after upgrading from 3.5.9 to 3.5.10 and I...
Hi, @gamingumar – I tried the react-native-pager-view change you referenced but it caused other issues with scene rendering when I switched tabs. The keyboard issue was gone (for me) but...
Ok, I did some investigation myself and it appears that this is a known issue with recent updates to Google Play services. See the link below for more details: https://issuetracker.google.com/issues/256046114...
And, of course, after I figured all this out, I found https://github.com/Agontuk/react-native-geolocation-service/issues/424 which basically came to the same conclusion :) Sorry for the noise...
> Could you share the current workaround title and the stack trace (source example if possible) and the expected title? Hi, @krystofwoldrich. I ran into the stack track issue as...
Hi, @EmilJunker – Have you guys considered adding a note to the README telling people to disable Flipper for RN < 0.74, specifically for Android in debug? I ran into...
Hi, @mcritter42 – The issue you're experiencing is due to a change in the Android APIs. The method used by this library to change the nav bar icons from light...
Hi, @frankcalise – Thanks for the response. I decided for the time being to use the same logo for both light and dark mode but this sounds like a fun...