Skip to content

Commit

Permalink
Missing block - Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
geriux committed Jul 19, 2023
1 parent 38b9a3f commit ad16a7a
Showing 1 changed file with 21 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports[`Missing block renders without crashing 1`] = `
accessibilityLabel="Help button"
accessibilityRole="button"
accessible={true}
collapsable={false}
focusable={true}
onClick={[Function]}
onResponderGrant={[Function]}
Expand All @@ -33,6 +34,11 @@ exports[`Missing block renders without crashing 1`] = `
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"opacity": 1,
}
}
>
<Svg
height={24}
Expand All @@ -45,19 +51,21 @@ exports[`Missing block renders without crashing 1`] = `
Path
</Svg>
</View>
<Svg
color="white"
height={24}
style={{}}
viewBox="0 0 24 24"
width={24}
xmlns="http://www.w3.org/2000/svg"
>
Path
</Svg>
<Text>
missing/block/title
</Text>
<View>
<Svg
fill="white"
height={24}
style={{}}
viewBox="0 0 24 24"
width={24}
xmlns="http://www.w3.org/2000/svg"
>
Path
</Svg>
<Text>
missing/block/title
</Text>
</View>
<Text>
Unsupported
</Text>
Expand Down

0 comments on commit ad16a7a

Please sign in to comment.