A framework for building native applications using React
Fix NotInvokedPrivateMethod lint warning in CatalystInstanceImpl (#55497)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/55497 Fixed NotInvokedPrivateMethod lint warning for unregisterFromInspector() by adding SuppressLint annotation. This is a native method that is called from C++ via JNI (registered in CatalystInstanceImpl.cpp). The lint tool doesn't understand JNI calls, so this is a false positive. changelog: [internal] internal Reviewed By: alanleedev Differential Revision: D91991480 fbshipit-source-id: 8eab133a3800e6e578d9385c985ad8c886602898
D
David Vacca committed
4e940acbc9636f819333f3bbf5d6292e3bfa25e9
Parent: 8601bc0
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 2/11/2026, 7:56:17 PM