Skip to content

Commit 89be8a9

Browse files
committed
Fix ViewProps import path
This error was not surfaced by Flow locally but surfaced in CI.
1 parent b4e53e8 commit 89be8a9

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web/src/modules/usePlatformMethods

1 file changed

+1
-1
lines changed

packages/react-native-web/src/modules/usePlatformMethods/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import type { GenericStyleProp } from '../../types';
11-
import type { ViewProps } from '../../Exports/View';
11+
import type { ViewProps } from '../../exports/View';
1212

1313
import UIManager from '../../exports/UIManager';
1414
import createDOMProps from '../createDOMProps';

0 commit comments

Comments
 (0)