From 517cae79d3aba9a85e27cd4787063c8d90d107a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Sat, 25 Feb 2017 16:08:09 +0100 Subject: [PATCH] [react-native] Add findNodeHandle declaration --- react-native/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-native/index.d.ts b/react-native/index.d.ts index aeb57d82eb..629e9c5b76 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -8314,6 +8314,8 @@ declare namespace ReactNative { extraConfig?: {nativeOnly?: any} ): React.ComponentClass

; + export function findNodeHandle(componentOrHandle: null | number | React.Component): null | number; + export function processColor(color: any): number; //////////////////////////////////////////////////////////////////////////