Environment
react-native -v: 0.63.2
npm ls react-native-macos: ^0.62.0-0
node -v: v12.14.1
npm -v: 6.14.7
yarn --version: 1.22.4
xcodebuild -version: Xcode 11.3.1 Build version 11C505
Issue
Steps to Reproduce
I followed the basic steps provided in react-native-macos docs
- npx react-native init
- cd
- npx react-native-macos-init
- npx react-native start
- npx react-native run-macos
Expected Behavior
It should have launched properly , like a basic untouched react-native-macos app
Actual Behavior

Reproducible Demo
You can just follow the steps above.