Skip to content

Commit 92af975

Browse files
yungstersfacebook-github-bot
authored andcommitted
RN: Align ReportFullyDrawnView Type Exports (#52020)
Summary: Pull Request resolved: #52020 Aligns the type exports of `ReportFullyDrawnView` across platforms, so that they are resilient to any changes made to `View` itself. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D76638685 fbshipit-source-id: 612b2bcd76e70751aec691a24f31beca453cea35
1 parent 30d8a15 commit 92af975

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/rn-tester/ReportFullyDrawnView/ReportFullyDrawnView.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* @format
99
*/
1010

11+
import type {ReportFullyDrawnViewType} from './ReportFullyDrawnViewNativeComponent';
12+
1113
import {View} from 'react-native';
1214

13-
export default View;
15+
export default View as ReportFullyDrawnViewType;

0 commit comments

Comments
 (0)