Created
November 6, 2020 12:46
-
-
Save bzoz/088bb158b79b9c162505bce30a40f734 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 create-react-native-module --module-name "%1" %1 | |
cd %1 | |
call yarn upgrade [email protected] --dev | |
call yarn upgrade [email protected] --dev | |
call yarn add react-native-windows@latest --dev | |
call yarn install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment