Skip to content

Commit

Permalink
fix: pass ref to ios surface
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Mar 27, 2023
1 parent 084c619 commit 15e3c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Surface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ const Surface = forwardRef<View, Props>(
return (
<SurfaceIOS
{...props}
ref={ref}
elevation={elevation}
backgroundColor={backgroundColor}
style={style}
Expand Down

0 comments on commit 15e3c9a

Please sign in to comment.