我是 React Native 开发的新手。我正在使用带有 M1 芯片的新 MacBook Air(M1,2020)。我已经安装了以下依赖项:
Node = v14.15.3
Npm = 6.14.9
Homebrew = 2.7.0
react-native-cli: 2.0.1
Xcode Version 12.3
Run Code Online (Sandbox Code Playgroud)
项目创建日志如下:
alimran@Als-MacBook-Air prod % react-native init test
This will walk you through creating a new React Native project in /Users/alimran/workspace/reactnative/prod/test
Installing react-native...
Consider installing yarn to make this faster: https://yarnpkg.com
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated …Run Code Online (Sandbox Code Playgroud)