Rahul Ranjan
Rahul Ranjan
@MAG-AdrianMeredith facing the same thing
> Supermaven creates a config file in your home, with your API key if you have the pro version. You can configure it via vscode and then I **think** zed...
> Can confirm supermaven is working even though it shows initializing. I wonder how it took my API key? it never asked for it. perhaps it works because I already...
> > > Can confirm supermaven is working even though it shows initializing. I wonder how it took my API key? it never asked for it. perhaps it works because...
Mostly for PiP support. I guess below 1.3.0, it's not supported
This patch solves it for me ```diff --git a/node_modules/@react-native-menu/menu/ios/NewArch/MenuView.mm b/node_modules/@react-native-menu/menu/ios/NewArch/MenuView.mm index 6018cd1..23ef306 100644 --- a/node_modules/@react-native-menu/menu/ios/NewArch/MenuView.mm +++ b/node_modules/@react-native-menu/menu/ios/NewArch/MenuView.mm @@ -1,5 +1,5 @@ #ifdef RCT_NEW_ARCH_ENABLED -#import +#import #import "MenuView.h" #import ```
> @rranjan14 what verson of `react-native-menu` do you have? 1.0.2
> This issue is already fixed in #27479, keep the placeholder and it'll work Still not working for android. I am using version `0.28.15`
 I am also facing this issue on android. I am getting a white space at the top of the screen. The space is roughly equal to the height of...
here you go @kirillzyusko