We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d58cf commit 7964d48Copy full SHA for 7964d48
ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java
@@ -37,6 +37,11 @@ public class ReactFeatureFlags {
37
*/
38
public static boolean enableBridgelessArchitecture = false;
39
40
+ /**
41
+ * Does the bridgeless architecture log soft exceptions. Could be useful for tracking down issues.
42
+ */
43
+ public static volatile boolean enableBridgelessArchitectureSoftExceptions = false;
44
+
45
/**
46
* After TurboModules and Fabric are enabled, we need to ensure that the legacy NativeModule isn't
47
* isn't used. So, turn this flag on to trigger warnings whenever the legacy NativeModule system
0 commit comments