File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ exports[`TriggeringView renders correctly by default 1`] = `
2525 " paddingTop" : 45 ,
2626 }
2727 } >
28- <View />
28+ <View
29+ collapsable = { false }
30+ onLayout = { [Function ]} />
2931 </View >
3032 </ScrollView >
3133 <View
@@ -95,7 +97,9 @@ exports[`TriggeringView renders correctly by default 1`] = `
9597` ;
9698
9799exports [` TriggeringView should display children 1` ] = `
98- <View >
100+ <View
101+ collapsable = { false }
102+ onLayout = { [Function ]} >
99103 <Text
100104 accessible = { true }
101105 allowFontScaling = { true }
@@ -105,4 +109,8 @@ exports[`TriggeringView should display children 1`] = `
105109</View >
106110` ;
107111
108- exports [` TriggeringView should dont't crash without ImageHeaderScrollView 1` ] = ` <View />` ;
112+ exports [` TriggeringView should dont't crash without ImageHeaderScrollView 1` ] = `
113+ <View
114+ collapsable = { false }
115+ onLayout = { [Function ]} />
116+ ` ;
You can’t perform that action at this time.
0 commit comments