Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thetimbanks committed Mar 29, 2020
1 parent 51a7fc3 commit f132d99
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions app/views/__tests__/__snapshots__/Export.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly 1`] = `
exports[`<Export /> renders correctly 1`] = `
<RCTSafeAreaView
emulateUnlessSupported={true}
style={
Expand Down Expand Up @@ -126,21 +126,26 @@ exports[`renders correctly 1`] = `
"height": 52,
"justifyContent": "center",
"marginTop": 30,
"opacity": 1,
"opacity": 0.7,
"width": 589.9499999999999,
}
}
>
<Text
style={
Object {
"color": "#ffffff",
"fontFamily": "OpenSans-Bold",
"fontSize": 14,
"letterSpacing": 0,
"lineHeight": 19,
"textAlign": "center",
}
Array [
Object {
"color": "#ffffff",
"fontFamily": "OpenSans-Bold",
"fontSize": 14,
"letterSpacing": 0,
"lineHeight": 19,
"textAlign": "center",
},
Object {
"opacity": 0.7,
},
]
}
>
SHARE
Expand Down

0 comments on commit f132d99

Please sign in to comment.