标签: react-native
Import React, {Components} from 'react';
这不起作用,并且组件字段不可用。
答案 0 :(得分:0)
您以错误的方式导入它。正确的方法如下:
import React, { Component } from 'react'