@@ -29,14 +29,13 @@ exports[`debug 1`] = `
2929 <View
3030 accessible = { true }
3131 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 ]}
4039 style = {
4140 Object {
4241 \\" opacity\\ " : 1 ,
@@ -92,14 +91,13 @@ exports[`debug changing component: bananaFresh button message should now be "fre
9291 <View
9392 accessible = { true }
9493 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 ]}
103101 style = {
104102 Object {
105103 \\" opacity\\ " : 1 ,
@@ -136,15 +134,15 @@ exports[`debug: shallow 1`] = `
136134 >
137135 not fresh
138136 </Text >
139- <TextInput
137+ <Component
140138 allowFontScaling = { true }
141139 placeholder =\\"Add custom freshness\\"
142140 rejectResponderTermination = { true }
143141 testID =\\"bananaCustomFreshness\\"
144142 underlineColorAndroid =\\"transparent\\"
145143 value =\\"Custom Freshie\\"
146144 />
147- <TextInput
145+ <Component
148146 allowFontScaling = { true }
149147 placeholder =\\"Who inspected freshness?\\"
150148 rejectResponderTermination = { true }
@@ -186,15 +184,15 @@ exports[`debug: shallow with message 1`] = `
186184 >
187185 not fresh
188186 </Text >
189- <TextInput
187+ <Component
190188 allowFontScaling = { true }
191189 placeholder =\\"Add custom freshness\\"
192190 rejectResponderTermination = { true }
193191 testID =\\"bananaCustomFreshness\\"
194192 underlineColorAndroid =\\"transparent\\"
195193 value =\\"Custom Freshie\\"
196194 />
197- <TextInput
195+ <Component
198196 allowFontScaling = { true }
199197 placeholder =\\"Who inspected freshness?\\"
200198 rejectResponderTermination = { true }
@@ -255,14 +253,13 @@ exports[`debug: with message 1`] = `
255253 <View
256254 accessible = { true }
257255 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 ]}
266263 style = {
267264 Object {
268265 \\" opacity\\ " : 1 ,
@@ -293,7 +290,6 @@ exports[`toJSON 1`] = `
293290<View
294291 accessible = { true }
295292 focusable = { false }
296- isTVSelectable = { true }
297293 onClick = { [Function ]}
298294 onResponderGrant = { [Function ]}
299295 onResponderMove = { [Function ]}
0 commit comments