Benjamin Adzovic Novak

Results 6 comments of Benjamin Adzovic Novak

Unfortunately this is still an issue. Any ideas for even a hacky fix?

How can I see what the linter errors are? I can't see it in checks

I can recreate this issue as well. androidStatusBarVisible: true helps moves it down but only marginally. It seems it doesn't take the topbar into account. Have you found any workaround?

@Raymond-Cox Here is what I have: ``` const copilotConfig = { verticalOffset: async () => { if (Platform.OS === "android") { const { statusBarHeight, topBarHeight } = await Navigation.constants(); return...