Merge pull request #23940 from timwangdev/master

[react-native] Add YellowBox API
This commit is contained in:
Eloy Durán
2018-02-27 17:01:06 -05:00
committed by GitHub

View File

@@ -8609,6 +8609,8 @@ export function findNodeHandle(
export function processColor(color: any): number;
export const YellowBox: React.Component<any, any> & { ignoreWarnings: (warnings: string[]) => void };
//////////////////////////////////////////////////////////////////////////
//
// Additional ( and controversial)