MCPcopy
hub / github.com/infinitered/reactotron / ILogBox

Interface ILogBox

types/react-native/Libraries/LogBox/LogBox.d.ts:6–8  ·  view source on GitHub ↗

* @see https://github.com/facebook/react-native/blob/330639f74018cfeda28e74c6dae8110d97603860/packages/react-native/Libraries/LogBox/LogBox.js#L21-L22

Source from the content-addressed store, hash-verified

4 * @see https://github.com/facebook/react-native/blob/330639f74018cfeda28e74c6dae8110d97603860/packages/react-native/Libraries/LogBox/LogBox.js#L21-L22
5 */
6 interface ILogBox {
7 addException: (error: ExtendedExceptionData) => void;
8 }
9
10 const LogBox: ILogBox;
11 export default LogBox;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected