我是新来的本地人。
在我的项目中实现基于本机的代码后,出现此错误:
这是我的代码:
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>
);
}
}
答案 0 :(得分:0)
使用以下命令清除所有内容:
守望者watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache
它应该修复它。