@@ -13,12 +13,14 @@ exports[`debug 1`] = `
13
13
<TextInput
14
14
allowFontScaling = { true }
15
15
placeholder =\\"Add custom freshness\\"
16
+ rejectResponderTermination = { true }
16
17
testID =\\"bananaCustomFreshness\\"
17
18
underlineColorAndroid =\\"transparent\\"
18
19
/>
19
20
<TextInput
20
21
allowFontScaling = { true }
21
22
placeholder =\\"Who inspected freshness?\\"
23
+ rejectResponderTermination = { true }
22
24
testID =\\"bananaChef\\"
23
25
underlineColorAndroid =\\"transparent\\"
24
26
/>
@@ -57,12 +59,14 @@ exports[`debug changing component: bananaFresh button message should now be "fre
57
59
<TextInput
58
60
allowFontScaling = { true }
59
61
placeholder =\\"Add custom freshness\\"
62
+ rejectResponderTermination = { true }
60
63
testID =\\"bananaCustomFreshness\\"
61
64
underlineColorAndroid =\\"transparent\\"
62
65
/>
63
66
<TextInput
64
67
allowFontScaling = { true }
65
68
placeholder =\\"Who inspected freshness?\\"
69
+ rejectResponderTermination = { true }
66
70
testID =\\"bananaChef\\"
67
71
underlineColorAndroid =\\"transparent\\"
68
72
/>
@@ -101,12 +105,14 @@ exports[`debug: shallow 1`] = `
101
105
<TextInput
102
106
allowFontScaling = { true }
103
107
placeholder =\\"Add custom freshness\\"
108
+ rejectResponderTermination = { true }
104
109
testID =\\"bananaCustomFreshness\\"
105
110
underlineColorAndroid =\\"transparent\\"
106
111
/>
107
112
<TextInput
108
113
allowFontScaling = { true }
109
114
placeholder =\\"Who inspected freshness?\\"
115
+ rejectResponderTermination = { true }
110
116
testID =\\"bananaChef\\"
111
117
underlineColorAndroid =\\"transparent\\"
112
118
/>
@@ -134,12 +140,14 @@ exports[`debug: shallow with message 1`] = `
134
140
<TextInput
135
141
allowFontScaling = { true }
136
142
placeholder =\\"Add custom freshness\\"
143
+ rejectResponderTermination = { true }
137
144
testID =\\"bananaCustomFreshness\\"
138
145
underlineColorAndroid =\\"transparent\\"
139
146
/>
140
147
<TextInput
141
148
allowFontScaling = { true }
142
149
placeholder =\\"Who inspected freshness?\\"
150
+ rejectResponderTermination = { true }
143
151
testID =\\"bananaChef\\"
144
152
underlineColorAndroid =\\"transparent\\"
145
153
/>
@@ -167,12 +175,14 @@ exports[`debug: with message 1`] = `
167
175
<TextInput
168
176
allowFontScaling = { true }
169
177
placeholder =\\"Add custom freshness\\"
178
+ rejectResponderTermination = { true }
170
179
testID =\\"bananaCustomFreshness\\"
171
180
underlineColorAndroid =\\"transparent\\"
172
181
/>
173
182
<TextInput
174
183
allowFontScaling = { true }
175
184
placeholder =\\"Who inspected freshness?\\"
185
+ rejectResponderTermination = { true }
176
186
testID =\\"bananaChef\\"
177
187
underlineColorAndroid =\\"transparent\\"
178
188
/>
0 commit comments