Skip to content

Commit aa7ac1d

Browse files
committed
Update snapshots
1 parent 9212adb commit aa7ac1d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/screens/WelcomeScreen/__tests__/__snapshots__/WelcomeScreen.test.js.snap

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,20 @@ exports[`WelcomeScreen should render correctly 1`] = `
2525
}
2626
/>
2727
<Text
28+
allowFontScaling={false}
2829
style={
29-
Object {
30-
"fontSize": 16,
31-
"fontWeight": "500",
32-
"marginTop": 10,
33-
}
30+
Array [
31+
Object {
32+
"color": "black",
33+
"fontFamily": "SFProDisplay-Medium",
34+
"fontSize": 12,
35+
},
36+
Object {
37+
"fontSize": 16,
38+
"fontWeight": "500",
39+
"marginTop": 10,
40+
},
41+
]
3442
}
3543
>
3644
Welcome to RNN v2 Starter Kit!

0 commit comments

Comments
 (0)