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 ef5bf23 commit 94bf397Copy full SHA for 94bf397
source/views/components/__tests__/__snapshots__/notice.test.js.snap
@@ -18,6 +18,7 @@ exports[`renders a button, if given 1`] = `
18
<Text
19
accessible={true}
20
allowFontScaling={true}
21
+ disabled={false}
22
ellipsizeMode="tail"
23
selectable={true}
24
style={
@@ -53,6 +54,7 @@ exports[`renders the given text 1`] = `
53
54
55
56
57
58
59
60
@@ -97,6 +99,7 @@ exports[`shows an ActivityIndicator if given [spinner] 1`] = `
97
99
98
100
101
102
103
104
105
0 commit comments