We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d1572 commit 9c07226Copy full SHA for 9c07226
src/components/UIView.tsx
@@ -277,3 +277,4 @@ export const UIView = props => (
277
);
278
279
(UIView as any).displayName = 'UIView';
280
+(UIView as any).__internalViewComponent = View;
0 commit comments