@@ -1169,6 +1169,20 @@ exports[`generates a project with --nativewindui --no-install --bun --overwrite:
1169
1169
"./myTestProject/components/Container.tsx",
1170
1170
"./myTestProject/components/EditScreenInfo.tsx",
1171
1171
"./myTestProject/components/HeaderButton.tsx",
1172
+ "./myTestProject/components/nativewindui",
1173
+ "./myTestProject/components/nativewindui/ActivityIndicator.tsx",
1174
+ "./myTestProject/components/nativewindui/Avatar.tsx",
1175
+ "./myTestProject/components/nativewindui/Button.tsx",
1176
+ "./myTestProject/components/nativewindui/DatePicker",
1177
+ "./myTestProject/components/nativewindui/DatePicker/DatePicker.android.tsx",
1178
+ "./myTestProject/components/nativewindui/DatePicker/DatePicker.tsx",
1179
+ "./myTestProject/components/nativewindui/DatePicker/index.ts",
1180
+ "./myTestProject/components/nativewindui/Picker.tsx",
1181
+ "./myTestProject/components/nativewindui/ProgressIndicator.tsx",
1182
+ "./myTestProject/components/nativewindui/Sheet.tsx",
1183
+ "./myTestProject/components/nativewindui/Slider.tsx",
1184
+ "./myTestProject/components/nativewindui/Text.tsx",
1185
+ "./myTestProject/components/nativewindui/Toggle.tsx",
1172
1186
"./myTestProject/components/ScreenContent.tsx",
1173
1187
"./myTestProject/components/TabBarIcon.tsx",
1174
1188
"./myTestProject/components/ThemeToggle.tsx",
0 commit comments