在添加"react-native“依赖项并运行webpack之后,我得到了以下错误: ERROR in ./node_modules/react-native/index.js 13:7You may need an/node_modules/@react-navigation/native/lib/module/index.js
当我使用react-native init MyApp初始化一个应用程序时,我得到了以下语法错误
SyntaxError: /Users/MyAccount/RNProjects/app/node_modules/react-native/packager/react-packager/src/node-haste/index.js: You can only use Class Properties wh
警告:不推荐使用componentWillMount,并将在下一个主要版本中删除。使用componentDidMount代替。我将"react":“^16.3.0-字母1”改为"^16.2.0“,然后进行了npm安装。import { Text, View, ActivityIndicator,} from 'react-nativeheight: 138,});
Ap