Skip to content

Commit 3fafc9f

Browse files
rubennortefacebook-github-bot
authored andcommitted
Rename FantomRenderedOutput as getFantomRenderedOutput to follow convention (#48141)
Summary: Pull Request resolved: #48141 Changelog: [internal] This just aligns the file name with the common convention to name modules with the same name as their default export (if any). Reviewed By: javache Differential Revision: D66874227 fbshipit-source-id: 2a619b434c26a29f1774cba1c32ba711b1a7af46
1 parent ba8d184 commit 3fafc9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-fantom/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
import type {
1212
FantomRenderedOutput,
1313
RenderOutputConfig,
14-
} from './FantomRenderedOutput';
14+
} from './getFantomRenderedOutput';
1515
import type {MixedElement} from 'react';
1616

17-
import getFantomRenderedOutput from './FantomRenderedOutput';
17+
import getFantomRenderedOutput from './getFantomRenderedOutput';
1818
import ReactFabric from 'react-native/Libraries/Renderer/shims/ReactFabric';
1919

2020
let globalSurfaceIdCounter = 1;

0 commit comments

Comments
 (0)