Update definition for react-native: Changed import syntax

This commit is contained in:
Jung-gun Lim
2016-02-17 10:25:37 +09:00
parent 52270b0734
commit adb2d9174d
+2 -2
View File
@@ -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(
{