@@ -20,12 +20,26 @@ exports[`debug 1`] = `
2020 />
2121 <TextInput
2222 allowFontScaling = { true }
23+ defaultValue =\\"What did you inspect?\\"
2324 placeholder =\\"Who inspected freshness?\\"
2425 rejectResponderTermination = { true }
2526 testID =\\"bananaChef\\"
2627 underlineColorAndroid =\\"transparent\\"
2728 value =\\"I inspected freshie\\"
2829 />
30+ <TextInput
31+ allowFontScaling = { true }
32+ defaultValue =\\"What banana?\\"
33+ rejectResponderTermination = { true }
34+ underlineColorAndroid =\\"transparent\\"
35+ />
36+ <TextInput
37+ allowFontScaling = { true }
38+ defaultValue =\\"hello\\"
39+ rejectResponderTermination = { true }
40+ underlineColorAndroid =\\"transparent\\"
41+ value =\\"\\"
42+ />
2943 <View
3044 accessible = { true }
3145 focusable = { true }
@@ -82,12 +96,26 @@ exports[`debug changing component: bananaFresh button message should now be "fre
8296 />
8397 <TextInput
8498 allowFontScaling = { true }
99+ defaultValue =\\"What did you inspect?\\"
85100 placeholder =\\"Who inspected freshness?\\"
86101 rejectResponderTermination = { true }
87102 testID =\\"bananaChef\\"
88103 underlineColorAndroid =\\"transparent\\"
89104 value =\\"I inspected freshie\\"
90105 />
106+ <TextInput
107+ allowFontScaling = { true }
108+ defaultValue =\\"What banana?\\"
109+ rejectResponderTermination = { true }
110+ underlineColorAndroid =\\"transparent\\"
111+ />
112+ <TextInput
113+ allowFontScaling = { true }
114+ defaultValue =\\"hello\\"
115+ rejectResponderTermination = { true }
116+ underlineColorAndroid =\\"transparent\\"
117+ value =\\"\\"
118+ />
91119 <View
92120 accessible = { true }
93121 focusable = { true }
@@ -144,12 +172,26 @@ exports[`debug: shallow 1`] = `
144172 />
145173 <TextInput
146174 allowFontScaling = { true }
175+ defaultValue =\\"What did you inspect?\\"
147176 placeholder =\\"Who inspected freshness?\\"
148177 rejectResponderTermination = { true }
149178 testID =\\"bananaChef\\"
150179 underlineColorAndroid =\\"transparent\\"
151180 value =\\"I inspected freshie\\"
152181 />
182+ <TextInput
183+ allowFontScaling = { true }
184+ defaultValue =\\"What banana?\\"
185+ rejectResponderTermination = { true }
186+ underlineColorAndroid =\\"transparent\\"
187+ />
188+ <TextInput
189+ allowFontScaling = { true }
190+ defaultValue =\\"hello\\"
191+ rejectResponderTermination = { true }
192+ underlineColorAndroid =\\"transparent\\"
193+ value =\\"\\"
194+ />
153195 <MyButton
154196 onPress = { [Function anonymous ]}
155197 type =\\"primary\\"
@@ -194,12 +236,26 @@ exports[`debug: shallow with message 1`] = `
194236 />
195237 <TextInput
196238 allowFontScaling = { true }
239+ defaultValue =\\"What did you inspect?\\"
197240 placeholder =\\"Who inspected freshness?\\"
198241 rejectResponderTermination = { true }
199242 testID =\\"bananaChef\\"
200243 underlineColorAndroid =\\"transparent\\"
201244 value =\\"I inspected freshie\\"
202245 />
246+ <TextInput
247+ allowFontScaling = { true }
248+ defaultValue =\\"What banana?\\"
249+ rejectResponderTermination = { true }
250+ underlineColorAndroid =\\"transparent\\"
251+ />
252+ <TextInput
253+ allowFontScaling = { true }
254+ defaultValue =\\"hello\\"
255+ rejectResponderTermination = { true }
256+ underlineColorAndroid =\\"transparent\\"
257+ value =\\"\\"
258+ />
203259 <MyButton
204260 onPress = { [Function anonymous ]}
205261 type =\\"primary\\"
@@ -244,12 +300,26 @@ exports[`debug: with message 1`] = `
244300 />
245301 <TextInput
246302 allowFontScaling = { true }
303+ defaultValue =\\"What did you inspect?\\"
247304 placeholder =\\"Who inspected freshness?\\"
248305 rejectResponderTermination = { true }
249306 testID =\\"bananaChef\\"
250307 underlineColorAndroid =\\"transparent\\"
251308 value =\\"I inspected freshie\\"
252309 />
310+ <TextInput
311+ allowFontScaling = { true }
312+ defaultValue =\\"What banana?\\"
313+ rejectResponderTermination = { true }
314+ underlineColorAndroid =\\"transparent\\"
315+ />
316+ <TextInput
317+ allowFontScaling = { true }
318+ defaultValue =\\"hello\\"
319+ rejectResponderTermination = { true }
320+ underlineColorAndroid =\\"transparent\\"
321+ value =\\"\\"
322+ />
253323 <View
254324 accessible = { true }
255325 focusable = { true }
0 commit comments