Improving compatibility with old and new react-native versions 😊
🐛 Bug fixes
- restore old-
turbopackage compatibility (c1032dd) KeyboardExtenderrecycling on iOS (3faee28)- make codegen import consistent (f66b6c3)
- reanimated 3.0 compatibility (55b317b)
- stale
keyboardLayoutGuidecauses stuck subsequent animations (769bf60) - keep
StatusBarproxy alive on react-native 0.87 (e3624b9) by @kimchi-developer - skip explicit
kotlin-androidplugin when AGP 9 built-in Kotlin is enabled (ddd20fb) by @kimchi-developer - initialize
_propsin Fabric component view constructors (56e2d9f) by @eduardoborges