Thegabbanator

Results 155 comments of Thegabbanator

+1 I noticed this as well on my app after upgrading to expo 53. All my icons got more blurry after updating to the following: - expo: 53.0.8 - expo-image:...

Thanks @osama-rizk, I could say something very similar with the other react native dependency of Amplify (@react-native-community/net-info). I use Expo-network in my app and I can't get rid of this...

Hey @mrousavy, just tested it and it works with just `id`, but as soon as I add a path like "app/data" it fails. Note that typescript does error when `path`...

I did not, no. I call this at the entry point of the app almost, outside any component, before I can even use a `FileSystem` call I would have thought....

+1 This is a big deal. Mine is also not being invoked all of a sudden. console.log("STARTED")} /> never gets called all of a sudden. Update: Okay so I figured...

Duplicate of #362, the patch does fix the build error

Hey guys, I ran through this problem a ton in my app and I had to put a ton of work and research in to fix it reliably. You are...

That's a solid question, didn't think about web. I'll look into that as well.