From dccea1a7472ae0b2a81d5a2a29294fba8448f29f Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Wed, 17 Mar 2021 23:23:21 -0700 Subject: [PATCH] [0.64] Affix create-react-native-module version to ^0.19.0 --- .ado/templates/react-native-init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/templates/react-native-init.yml b/.ado/templates/react-native-init.yml index 9498766be8b..fafd3543110 100644 --- a/.ado/templates/react-native-init.yml +++ b/.ado/templates/react-native-init.yml @@ -94,7 +94,7 @@ steps: - task: CmdLine@2 displayName: Init new lib project inputs: - script: npx create-react-native-module --module-name "testcli" testcli + script: npx create-react-native-module@^0.19.0 --module-name "testcli" testcli workingDirectory: $(Agent.BuildDirectory) condition: and(succeeded(), eq(variables['localProjectType'], 'lib'))