Migrate to suppression with error code in xplat: 1/n (#53439)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53439

Changelog: [Internal]

Reviewed By: panagosg7

Differential Revision: D80809220

fbshipit-source-id: 6f432d8302934b9fee9780ac1d6ba6c87c0b3899
This commit is contained in:
Sam Zhou
2025-08-22 10:35:39 -07:00
committed by Facebook GitHub Bot
parent 56ab2e72b2
commit 0530ea3349
29 changed files with 71 additions and 61 deletions
@@ -313,7 +313,7 @@ class NativeCxxModuleExampleExample extends React.Component<{}, State> {
style={[styles.column, styles.button]}
onPress={() =>
Object.keys(this._tests).forEach(item =>
// $FlowFixMe
// $FlowFixMe[incompatible-type]
this._setResult(item, this._tests[item]()),
)
}>