Skip to content

Commit

Permalink
Add children prop to Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h authored Dec 22, 2022
1 parent 412a476 commit a39ed57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReactNativeSvg.res
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ module Pattern = {
~patternContentUnits: patternContentUnits=?,
~viewBox: string=?,
~preserveAspectRatio: string=?,
~children: React.element,
) => React.element = "Pattern"
}

Expand Down

1 comment on commit a39ed57

@Freddy03h
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MoOx is it possible to release a new version on npm for it, please? thk ^^

Please sign in to comment.