We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8147d31 commit 7ddbb8dCopy full SHA for 7ddbb8d
.ado/templates/react-native-init-windows.yml
@@ -46,7 +46,7 @@ steps:
46
47
- ${{ if endsWith(parameters.template, '-lib') }}:
48
- script: |
49
- npx --yes create-react-native-library@0.36.0 --slug testcli --description testcli --author-name "React-Native-Windows Bot" --author-email [email protected] --author-url http://example.com --repo-url http://example.com --languages java-objc --type module-new --react-native-version $(reactNativeDevDependency) testcli
+ npx --yes create-react-native-library@latest --slug testcli --description testcli --author-name "React-Native-Windows Bot" --author-email [email protected] --author-url http://example.com --repo-url http://example.com --languages java-objc --type module-new --react-native-version $(reactNativeDevDependency) --example vanilla testcli
50
displayName: Init new lib project with create-react-native-library
51
workingDirectory: $(Agent.BuildDirectory)
52
0 commit comments