File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 41
41
run : npx --yes @react-native-community/cli@latest init testrnx --version ${{ inputs.rnwVersion }} --skip-install --install-pods false --verbose --skip-git-init true
42
42
working-directory : ../
43
43
44
+ - name : yarn add react-native-windows
45
+ run : yarn add react-native-windows --version {{ inputs.rnwVersion }}
46
+ working-directory : ../testrnx
47
+
48
+ - name : yarn
49
+ run : yarn
50
+ working-directory : ../testrnx
51
+
44
52
- name : add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
45
- run : npx @react-native-community/cli@latest init- windows --template old/uwp-cpp-app -- overwrite ${{ inputs.useRnwNuGet && '--experimentalNuGetDependency true' || '' }} --logging
53
+ run : npx --yes react-native- windows-init -- overwrite
46
54
working-directory : ../testrnx
47
55
48
56
- name : link react-native-xaml
You can’t perform that action at this time.
0 commit comments