Skip to content

Commit

Permalink
feat: add ForeignObject support for react native (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalooc committed Apr 27, 2020
1 parent 7c46ad7 commit 1b56b85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const elementToComponent = {
stop: 'Stop',
mask: 'Mask',
image: 'Image',
foreignObject: 'ForeignObject',
}

const expoPrefix = (component, expo) => {
Expand Down

1 comment on commit 1b56b85

@vercel
Copy link

@vercel vercel bot commented on 1b56b85 Apr 27, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.