意外令牌,预期为“;” (8:6)React Native

时间:2018-10-30 17:34:09

标签: reactjs react-native token

react-native的新功能,并且在此js文件中出现此错误。我很困惑,无法看到语法错误。

import React from 'react';
import {
View,
Text,
StyleSheet
} from 'react-native';

export default class Cities extends React.Component {
render(){
    return (
        <View>
            <Text>Hello from Cities</Text>
        </View>
        )
  }
}

0 个答案:

没有答案