Simen Bekkhus

Results 1236 comments of Simen Bekkhus

Is this still alive? 🙂

According to that link it's only an issue with splash screen, which is not what I'm seeing (it's different all the time). However, since I can set the style myself,...

We added ```js StatusBar.setBarStyle('dark-content'); if (Platform.OS === 'android') { StatusBar.setTranslucent(true); StatusBar.setBackgroundColor('transparent'); } ``` Which works for us

Added it to `App.tsx`. `StatusBar.setBarStyle('dark-content');` is the fix for iOS. That messed up something on android though (I don't remember what), so we added those lines to fix it. This...

I disagree - it should behave the same in the expo app and standalone. That comment might be a valid solution, but the status bar should behave the same regardless...

(`yarn dedupe` only works on yarn v2 or v3 - it's not present in v1)

TypeScript 4.5 also supports inline `type`: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#type-modifiers-on-import-names

/cc @mrazauskas who has done a _bunch_ of work on Jest's types

Also, this will certainly be _horribly_ breaking, so should probably land as part of a future Jest v30 (no timeline)