Dmitry Kuleshov

Results 6 comments of Dmitry Kuleshov

@jshier I totally understand. We never know for sure, but it could help us to be prepared. I'm fine with put it on hold for now.

Experiencing the same issue. All the suggested solutions don't work for me. Can't use Claude Code at all.

It all depends on the ruby version and config you have on your machine. The patch above won't work because `pod install` is going to overwrite it. You need to...

I added a null check before inserting and removing the subview. Doesn't fix the root problem, but helps avoiding the crash. https://github.com/react-native-maps/react-native-maps/issues/3983#issuecomment-3602693924

I tracked this down to an iOS 26 specific change introduced in 4.17.0. In RNSScreen.mm, there's a willMoveToWindow: method that disables userInteractionEnabled on the window: ```objective-c - (void)willMoveToWindow:(UIWindow *)newWindow {...