mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ab43358da7
Summary: With the new architecture, this diagnostic utility will be helpful to ensure stronger validation of various corner cases at runtime, like handling an early JavaScript exception when loading React Native. If `global.RN$DiagnosticFlags` is set to a string of comma-separated flags, the util functions will be able to perform additional diagnostics. For now, the accepted flags are: - `early_js_errors` - `all` This is still experimental and may change frequently. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D36088407 fbshipit-source-id: 9059d2d081b0f41d049310fb09650416b333ff57