From adb2d9174d90dc49c0c830a2a9d56987d29e2313 Mon Sep 17 00:00:00 2001 From: Jung-gun Lim Date: Wed, 17 Feb 2016 10:20:53 +0900 Subject: [PATCH] Update definition for react-native: Changed import syntax --- react-native/react-native-tests.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native/react-native-tests.tsx b/react-native/react-native-tests.tsx index bb76ab8b1..ffb127b6c 100644 --- a/react-native/react-native-tests.tsx +++ b/react-native/react-native-tests.tsx @@ -21,14 +21,14 @@ For a list of complete Typescript examples: check https://github.com/bgrieder/RN import * as React from 'react-native' -const { +import { StyleSheet, Text, View, AppState, AppStateIOS, ViewPagerAndroid -} = React +} from 'react-native'; var styles = StyleSheet.create( {