mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
Propagate prop type flow through StyleContext.createContainer
Reviewed By: blairvanderhoof Differential Revision: D4394074 fbshipit-source-id: f9c7f71ba921d345e3313a3a2be16a7f85a2e0af
This commit is contained in:
committed by
Facebook Github Bot
parent
bc432ae324
commit
c7e3819cf4
@@ -12,5 +12,5 @@
|
||||
'use strict';
|
||||
|
||||
export type ImageSource = {
|
||||
uri: string,
|
||||
uri?: string,
|
||||
} | number;
|
||||
|
||||
Reference in New Issue
Block a user