Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了导入 React 的问题。这是我的错误
也许这是一个正常的问题,我也在谷歌上找到了一些解决问题的方法。我现在无法解决问题。因为我认为我已经更改了它。这是我的代码
谢谢你的帮助
尝试关注
import React, { Component } from 'react'; import { View } from 'react-native';
尝试使用
import * as React from 'react'; class MyProject extends React.Component ...