From 03a162e28cd55f41cfb860e25abb0143e854a1f5 Mon Sep 17 00:00:00 2001 From: Dawid Malecki Date: Mon, 29 Sep 2025 03:06:28 -0700 Subject: [PATCH] iOS: Add new configuration for `RCTDevMenu` (#53505) Summary: Following the [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/925), this PR adds new `RCTDevMenu` configuration and extends `RCTReactNativeFactory` API for passing it to the particular `RCTHost`. The `RCTDevMenuConfiguration` includes: - isDevMenuEnabled, - isShakeGestureEnabled, - areKeyboardShortcutsEnabled ## Changelog: [IOS][ADDED] - Add new configuration for `RCTDevMenu`