File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -67,20 +67,18 @@ body:
67
67
Not sure? Look at your app's `package.json` and share what's in the "dependencies" section.
68
68
id : modules
69
69
- type : dropdown
70
- validations :
71
- required : true
72
70
attributes :
73
71
label : Target React Native Architecture
74
72
description : |
75
- Which React Native architecture(s) are you using ?
73
+ For which React Native architecture(s) did this issue repro for you ?
76
74
77
75
Not sure? Which template did you use when creating your project? For RNW <= 0.79.0, the default for new app projects is "Old Architecture".
78
76
79
77
See [New vs. Old Architecture](https://microsoft.github.io/react-native-windows/docs/new-architecture) for more details.
80
- multiple : true
81
78
options :
82
- - " New Architecture (WinAppSDK)"
83
- - " Old Architecture (UWP)"
79
+ - " Both Architectures"
80
+ - " New Architecture (WinAppSDK) Only"
81
+ - " Old Architecture (UWP) Only"
84
82
- type : dropdown
85
83
attributes :
86
84
label : Target Platform Version
You can’t perform that action at this time.
0 commit comments