Cedric van Putten

Results 155 comments of Cedric van Putten

Hi @zivl! That should be possible by using environment variables! Based on the [envvars used here](https://github.com/expo/expo-cli/blob/master/packages/expo-cli/src/appleApi/authenticate.ts#L78-L81) and the [options from the command itself](https://github.com/expo/expo-cli/blob/master/packages/expo-cli/src/commands/build/index.ts#L56-L89), it should look something like: ``` name:...

Ah, you are right! I think that would make any "first time builds" close to impossible, since these TFA codes changes. You'd have to build at least 1 time locally,...

Hi! Sorry for the late reply. To confirm, is this happening only during the Metro bundling? Nothing has changed in the GH action itself, so I assume it's Metro itself....

Instead of rebuilding each individual command as action, it might be better to create ["composite sub-actions"](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action). Instead of forcing users to combine a set of commands, we can pre-define them...

Since there are some comments about Expo pinning you to RN 0.64.x, I want to add some context for everyone running into this issue, hope it could help you find...

/changelog-entry chore Refactor metadata telemetry with opt-out

@IjzerenHein and I are going to test [this PR](https://github.com/expo/snack/pull/170) which should fix this issue. Changing this has a big impact, so we prefer to fully test it on staging before...

Hi @peterpme, sorry for the delay! This package seems to have a node-heavy structure, and Snackager seems to not-like that. What happens in the module is that everything is split...

I also noticed the example icons not working great on dark mode. Any objections to adding a white background color to the font example images? There is an ongoing [discussion...

I think option 2 would be good here :) This is how we do it in the docs currently: https://github.com/expo/styleguide/blob/main/packages/styleguide/src/components/BlockingSetInitialColorMode.tsx#L19-L37