无法从React Native导入{Text}

时间:2018-07-04 14:58:07

标签: reactjs react-native

我一直在寻找一种添加具有不同样式的内联文本的方法。 I found this并尝试导入。

import { AppRegistry, Text } from 'react-native';

import { styles } from './styles.js';


class App extends Component {

}

但是,出现以下错误:

enter image description here

我该如何解决?

谢谢!

1 个答案:

答案 0 :(得分:0)

运行npm i react-native在您的package.json目录中安装react-native。或者,您可以使用create-react-native-app按照入门指南https://facebook.github.io/react-native/docs/getting-started.html来启动工作项目。