diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 395ce9af45..717135e7d4 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -8609,6 +8609,8 @@ export function findNodeHandle( export function processColor(color: any): number; +export const YellowBox: React.Component & { ignoreWarnings: (warnings: string[]) => void }; + ////////////////////////////////////////////////////////////////////////// // // Additional ( and controversial)