mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-28 12:24:51 +08: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 { ViewProps } from '../../Exports/View';
|
||||
import type { ViewProps } from '../../exports/View';
|
||||
|
||||
import UIManager from '../../exports/UIManager';
|
||||
import createDOMProps from '../createDOMProps';
|
||||
|
||||
Reference in New Issue
Block a user