Cedric van Putten

Results 155 comments of Cedric van Putten

I have the same behaviour on MacOS. For me it was the autocomplete tooltip glitching in the exact same way as the your giphy screenshot. The only thing I could...

It could be related to a Jitpack issue where it tried to rebuild the library from the old github owner `Raizlabs`. Since this is now moved to `agrosner`, that might...

Hi all! I'm sorry, but I'm locking this thread due to some heated comments. We will deploy a fix asap! Here is an overview of the issue: ### Overview The...

As for some of your questions/comments: --- > we have a similar situation. the expo go app doesn't show the map anymore - BUT if we release it, then the...

This should be resolved in the latest Expo Go version! (`2.25.2`)

This should be resolved in the latest Expo Go version! (`2.25.2`)

> `at org.unimodules.adapters.react.permissions...` This indicates that you still have `react-native-unimodules` installed. This is deprecated since October 2021, [see npm](https://www.npmjs.com/package/react-native-unimodules). You can check if you have this installed in your project...

Also, side note, for the [eas build schema](https://github.com/expo/eas-cli/blob/main/packages/eas-json/schema/eas.schema.json), we are getting this result for `< AppConfigSchemePropertiesTable />`. Maybe we can reuse this new draft (or however it turns out) for...

And this is what I mean if we use the eas-metadata schema with `< AppConfigSchemePropertiesTable />` For every localization, it documents each property of [`AppleInfo`](https://github.com/expo/eas-cli/blob/main/packages/eas-cli/schema/metadata-0.json#L205)

Hi @romelgomez, thanks for the issue report. Could you also provide the code of the reproducible example? Without that, we can't test any potential bug fix for this issue.