### Environment <!-- Please fill in all the relevant fields by running these commands in terminal. --> 1. `react-native -v`: 0.63.2 3. `npm ls react-native-macos`: ^0.62.0-0 4. `node -v`: v12.14.1 5. `npm -v`: 6.14.7 6. `yarn --version`<!-- (if you use Yarn) -->: 1.22.4 7. `xcodebuild -version`: Xcode 11.3.1 Build version 11C505 ### Issue ### Steps to Reproduce <!-- How would you describe your issue to someone who doesn’t know you or your project? Try to write a sequence of steps that anybody can repeat to see the issue. Be specific! If the bug cannot be reproduced, your issue may be closed. --> I followed the basic steps provided in react-native-macos docs 1. npx react-native init <projectName> 2. cd <projectName> 3. npx react-native-macos-init 4. npx react-native start 5. npx react-native run-macos ### Expected Behavior <!-- How did you expect your project to behave? It’s fine if you’re not sure your understanding is correct. Just write down what you thought would happen. --> It should have launched properly , like a basic untouched react-native-macos app ### Actual Behavior <!-- Did something go wrong? Is something broken, or not behaving as you expected? Describe this section in detail, and attach screenshots if possible. Don't just say "it doesn't work"! -->  ### Reproducible Demo <!-- Please share a project that reproduces the issue. There are three ways to do it: * See if the issue is already reproducable within the RNTester app. If the issue pertains to a particular Component or API, try the corresponding test page in RNTester. * Create a new app using https://snack.expo.io/ and try to reproduce the issue in it. This is useful if you roughly know where the problem is, or can’t share the real code. * Or, copy your app and remove things until you’re left with the minimal reproducible demo. This is useful for finding the root cause. You may then optionally create a Snack. This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve Once you’re done, copy and paste the link to the Snack or a public GitHub repository below: --> You can just follow the steps above.