Skip to content

Commit a39ed57

Browse files
authored
Add children prop to Pattern
1 parent 412a476 commit a39ed57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactNativeSvg.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ module Pattern = {
11011101
~patternContentUnits: patternContentUnits=?,
11021102
~viewBox: string=?,
11031103
~preserveAspectRatio: string=?,
1104+
~children: React.element,
11041105
) => React.element = "Pattern"
11051106
}
11061107

0 commit comments

Comments
 (0)