RamenSea
Results
2
comments of
RamenSea
> > Fixed the issue, > > Simply remove `@babel/plugin-proposal-class-properties` from the babel.config.js's plugins section. > > Then run `npx react-native start --reset-cache` > > Error will disappear. > >...
> var window: UIWindow? { get { UIApplication.shared.keyWrappedWindow } set { } } > > extension UIApplication { var keyWrappedWindow: UIWindow? { connectedScenes .compactMap { $0 as? UIWindowScene } .flatMap...