Propagate prop type flow through StyleContext.createContainer

Reviewed By: blairvanderhoof

Differential Revision: D4394074

fbshipit-source-id: f9c7f71ba921d345e3313a3a2be16a7f85a2e0af
This commit is contained in:
Spencer Ahrens 2017-01-13 19:26:42 -08:00 коммит произвёл Facebook Github Bot
Родитель bc432ae324
Коммит c7e3819cf4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,5 +12,5 @@
'use strict';
export type ImageSource = {
uri: string,
uri?: string,
} | number;