mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 18:52:07 +00:00
Fix ViewProps import path
This error was not surfaced by Flow locally but surfaced in CI.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import type { GenericStyleProp } from '../../types';
|
import type { GenericStyleProp } from '../../types';
|
||||||
import type { ViewProps } from '../../Exports/View';
|
import type { ViewProps } from '../../exports/View';
|
||||||
|
|
||||||
import UIManager from '../../exports/UIManager';
|
import UIManager from '../../exports/UIManager';
|
||||||
import createDOMProps from '../createDOMProps';
|
import createDOMProps from '../createDOMProps';
|
||||||
|
|||||||
Reference in New Issue
Block a user