From 8f4b8ffc92f6e0e8f457bedac824796b0ff954fa Mon Sep 17 00:00:00 2001 From: Jacob Baskin Date: Fri, 27 Jan 2017 14:51:52 -0500 Subject: [PATCH] Use TS 2.1 only for react-native-datepicker typings. --- react-native-datepicker/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-datepicker/index.d.ts b/react-native-datepicker/index.d.ts index ef985ecdc5..232f2f56d1 100644 --- a/react-native-datepicker/index.d.ts +++ b/react-native-datepicker/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/xgfe/react-native-datepicker // Definitions by: Jacob Baskin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 import * as React from 'react';