mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
Propagate prop type flow through StyleContext.createContainer
Reviewed By: blairvanderhoof Differential Revision: D4394074 fbshipit-source-id: f9c7f71ba921d345e3313a3a2be16a7f85a2e0af
This commit is contained in:
parent
bc432ae324
commit
c7e3819cf4
@ -12,5 +12,5 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
export type ImageSource = {
|
export type ImageSource = {
|
||||||
uri: string,
|
uri?: string,
|
||||||
} | number;
|
} | number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user