@@ -20,12 +20,26 @@ exports[`debug 1`] = `
20
20
/>
21
21
<TextInput
22
22
allowFontScaling = { true }
23
+ defaultValue =\\"What did you inspect?\\"
23
24
placeholder =\\"Who inspected freshness?\\"
24
25
rejectResponderTermination = { true }
25
26
testID =\\"bananaChef\\"
26
27
underlineColorAndroid =\\"transparent\\"
27
28
value =\\"I inspected freshie\\"
28
29
/>
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
+ />
29
43
<View
30
44
accessible = { true }
31
45
focusable = { true }
@@ -82,12 +96,26 @@ exports[`debug changing component: bananaFresh button message should now be "fre
82
96
/>
83
97
<TextInput
84
98
allowFontScaling = { true }
99
+ defaultValue =\\"What did you inspect?\\"
85
100
placeholder =\\"Who inspected freshness?\\"
86
101
rejectResponderTermination = { true }
87
102
testID =\\"bananaChef\\"
88
103
underlineColorAndroid =\\"transparent\\"
89
104
value =\\"I inspected freshie\\"
90
105
/>
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
+ />
91
119
<View
92
120
accessible = { true }
93
121
focusable = { true }
@@ -144,12 +172,26 @@ exports[`debug: shallow 1`] = `
144
172
/>
145
173
<TextInput
146
174
allowFontScaling = { true }
175
+ defaultValue =\\"What did you inspect?\\"
147
176
placeholder =\\"Who inspected freshness?\\"
148
177
rejectResponderTermination = { true }
149
178
testID =\\"bananaChef\\"
150
179
underlineColorAndroid =\\"transparent\\"
151
180
value =\\"I inspected freshie\\"
152
181
/>
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
+ />
153
195
<MyButton
154
196
onPress = { [Function anonymous ]}
155
197
type =\\"primary\\"
@@ -194,12 +236,26 @@ exports[`debug: shallow with message 1`] = `
194
236
/>
195
237
<TextInput
196
238
allowFontScaling = { true }
239
+ defaultValue =\\"What did you inspect?\\"
197
240
placeholder =\\"Who inspected freshness?\\"
198
241
rejectResponderTermination = { true }
199
242
testID =\\"bananaChef\\"
200
243
underlineColorAndroid =\\"transparent\\"
201
244
value =\\"I inspected freshie\\"
202
245
/>
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
+ />
203
259
<MyButton
204
260
onPress = { [Function anonymous ]}
205
261
type =\\"primary\\"
@@ -244,12 +300,26 @@ exports[`debug: with message 1`] = `
244
300
/>
245
301
<TextInput
246
302
allowFontScaling = { true }
303
+ defaultValue =\\"What did you inspect?\\"
247
304
placeholder =\\"Who inspected freshness?\\"
248
305
rejectResponderTermination = { true }
249
306
testID =\\"bananaChef\\"
250
307
underlineColorAndroid =\\"transparent\\"
251
308
value =\\"I inspected freshie\\"
252
309
/>
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
+ />
253
323
<View
254
324
accessible = { true }
255
325
focusable = { true }
0 commit comments