@@ -29,14 +29,13 @@ exports[`debug 1`] = `
29
29
<View
30
30
accessible = { true }
31
31
focusable = { true }
32
- isTVSelectable = { true }
33
- onClick = { [Function bound touchableHandlePress ]}
34
- onResponderGrant = { [Function bound touchableHandleResponderGrant ]}
35
- onResponderMove = { [Function bound touchableHandleResponderMove ]}
36
- onResponderRelease = { [Function bound touchableHandleResponderRelease ]}
37
- onResponderTerminate = { [Function bound touchableHandleResponderTerminate ]}
38
- onResponderTerminationRequest = { [Function bound touchableHandleResponderTerminationRequest ]}
39
- onStartShouldSetResponder = { [Function bound touchableHandleStartShouldSetResponder ]}
32
+ onClick = { [Function onClick ]}
33
+ onResponderGrant = { [Function onResponderGrant ]}
34
+ onResponderMove = { [Function onResponderMove ]}
35
+ onResponderRelease = { [Function onResponderRelease ]}
36
+ onResponderTerminate = { [Function onResponderTerminate ]}
37
+ onResponderTerminationRequest = { [Function onResponderTerminationRequest ]}
38
+ onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
40
39
style = {
41
40
Object {
42
41
\\" opacity\\ " : 1 ,
@@ -92,14 +91,13 @@ exports[`debug changing component: bananaFresh button message should now be "fre
92
91
<View
93
92
accessible = { true }
94
93
focusable = { true }
95
- isTVSelectable = { true }
96
- onClick = { [Function bound touchableHandlePress ]}
97
- onResponderGrant = { [Function bound touchableHandleResponderGrant ]}
98
- onResponderMove = { [Function bound touchableHandleResponderMove ]}
99
- onResponderRelease = { [Function bound touchableHandleResponderRelease ]}
100
- onResponderTerminate = { [Function bound touchableHandleResponderTerminate ]}
101
- onResponderTerminationRequest = { [Function bound touchableHandleResponderTerminationRequest ]}
102
- onStartShouldSetResponder = { [Function bound touchableHandleStartShouldSetResponder ]}
94
+ onClick = { [Function onClick ]}
95
+ onResponderGrant = { [Function onResponderGrant ]}
96
+ onResponderMove = { [Function onResponderMove ]}
97
+ onResponderRelease = { [Function onResponderRelease ]}
98
+ onResponderTerminate = { [Function onResponderTerminate ]}
99
+ onResponderTerminationRequest = { [Function onResponderTerminationRequest ]}
100
+ onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
103
101
style = {
104
102
Object {
105
103
\\" opacity\\ " : 1 ,
@@ -136,15 +134,15 @@ exports[`debug: shallow 1`] = `
136
134
>
137
135
not fresh
138
136
</Text >
139
- <TextInput
137
+ <Component
140
138
allowFontScaling = { true }
141
139
placeholder =\\"Add custom freshness\\"
142
140
rejectResponderTermination = { true }
143
141
testID =\\"bananaCustomFreshness\\"
144
142
underlineColorAndroid =\\"transparent\\"
145
143
value =\\"Custom Freshie\\"
146
144
/>
147
- <TextInput
145
+ <Component
148
146
allowFontScaling = { true }
149
147
placeholder =\\"Who inspected freshness?\\"
150
148
rejectResponderTermination = { true }
@@ -186,15 +184,15 @@ exports[`debug: shallow with message 1`] = `
186
184
>
187
185
not fresh
188
186
</Text >
189
- <TextInput
187
+ <Component
190
188
allowFontScaling = { true }
191
189
placeholder =\\"Add custom freshness\\"
192
190
rejectResponderTermination = { true }
193
191
testID =\\"bananaCustomFreshness\\"
194
192
underlineColorAndroid =\\"transparent\\"
195
193
value =\\"Custom Freshie\\"
196
194
/>
197
- <TextInput
195
+ <Component
198
196
allowFontScaling = { true }
199
197
placeholder =\\"Who inspected freshness?\\"
200
198
rejectResponderTermination = { true }
@@ -255,14 +253,13 @@ exports[`debug: with message 1`] = `
255
253
<View
256
254
accessible = { true }
257
255
focusable = { true }
258
- isTVSelectable = { true }
259
- onClick = { [Function bound touchableHandlePress ]}
260
- onResponderGrant = { [Function bound touchableHandleResponderGrant ]}
261
- onResponderMove = { [Function bound touchableHandleResponderMove ]}
262
- onResponderRelease = { [Function bound touchableHandleResponderRelease ]}
263
- onResponderTerminate = { [Function bound touchableHandleResponderTerminate ]}
264
- onResponderTerminationRequest = { [Function bound touchableHandleResponderTerminationRequest ]}
265
- onStartShouldSetResponder = { [Function bound touchableHandleStartShouldSetResponder ]}
256
+ onClick = { [Function onClick ]}
257
+ onResponderGrant = { [Function onResponderGrant ]}
258
+ onResponderMove = { [Function onResponderMove ]}
259
+ onResponderRelease = { [Function onResponderRelease ]}
260
+ onResponderTerminate = { [Function onResponderTerminate ]}
261
+ onResponderTerminationRequest = { [Function onResponderTerminationRequest ]}
262
+ onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
266
263
style = {
267
264
Object {
268
265
\\" opacity\\ " : 1 ,
@@ -293,7 +290,6 @@ exports[`toJSON 1`] = `
293
290
<View
294
291
accessible = { true }
295
292
focusable = { false }
296
- isTVSelectable = { true }
297
293
onClick = { [Function ]}
298
294
onResponderGrant = { [Function ]}
299
295
onResponderMove = { [Function ]}
0 commit comments