Created
November 6, 2020 12:47
-
-
Save bzoz/bb0dd5d251cb298224e9051ae6508272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call npx react-native init %1 --template react-native@^0.63.2 | |
cd %1 | |
call npx react-native-windows-init --overwrite | |
call yarn | |
call npx react-native run-windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment