Skip to content

Commit

Permalink
feat(internal): exposed the internal View component for use by @uirou…
Browse files Browse the repository at this point in the history
…ter/react-hybrid
  • Loading branch information
christopherthielen committed May 25, 2018
1 parent 59d1572 commit 9c07226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UIView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,4 @@ export const UIView = props => (
);

(UIView as any).displayName = 'UIView';
(UIView as any).__internalViewComponent = View;

0 comments on commit 9c07226

Please sign in to comment.