无法解析模块create-react-class

时间:2018-07-31 13:27:03

标签: react-native native-base

我是新来的本地人。

在我的项目中实现基于本机的代码后,出现此错误:

enter image description here

这是我的代码:

 import React, { Component } from 'react';
 import { View, Text } from 'react-native';
 import {Header,Left,Right,Icon} from 'native-base'

    export default class DiningAreas extends Component {
      constructor(props) {
      super(props);
        this.state = {
        };
    }

  render() {
    return (
      <View>
        <Header>
          <Left Icon = 'menu'/>
        </Header>
        <Text> DiningAreas </Text>
      </View>
    );
  }
}

1 个答案:

答案 0 :(得分:0)

使用以下命令清除所有内容:  守望者watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache 它应该修复它。