We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9212adb commit aa7ac1dCopy full SHA for aa7ac1d
src/screens/WelcomeScreen/__tests__/__snapshots__/WelcomeScreen.test.js.snap
@@ -25,12 +25,20 @@ exports[`WelcomeScreen should render correctly 1`] = `
25
}
26
/>
27
<Text
28
+ allowFontScaling={false}
29
style={
- Object {
30
- "fontSize": 16,
31
- "fontWeight": "500",
32
- "marginTop": 10,
33
- }
+ Array [
+ Object {
+ "color": "black",
+ "fontFamily": "SFProDisplay-Medium",
34
+ "fontSize": 12,
35
+ },
36
37
+ "fontSize": 16,
38
+ "fontWeight": "500",
39
+ "marginTop": 10,
40
41
+ ]
42
43
>
44
Welcome to RNN v2 Starter Kit!
0 commit comments