From 46ef92eda79b756f454188b39b71bceb6e0ffa7f Mon Sep 17 00:00:00 2001 From: Tim Wang Date: Wed, 26 Jul 2017 15:47:15 +0800 Subject: [PATCH] Fix test --- types/react-native/test/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native/test/index.tsx b/types/react-native/test/index.tsx index 5cf036d433..c77f8586d2 100644 --- a/types/react-native/test/index.tsx +++ b/types/react-native/test/index.tsx @@ -209,7 +209,7 @@ export class FlatListTest { render() { {itemInfo}} + renderItem={(info: { item: number }) => {info.item}} /> } }