Skip to content

Commit

Permalink
Propagate prop type flow through StyleContext.createContainer
Browse files Browse the repository at this point in the history
Reviewed By: blairvanderhoof

Differential Revision: D4394074

fbshipit-source-id: f9c7f71ba921d345e3313a3a2be16a7f85a2e0af
  • Loading branch information
sahrens authored and facebook-github-bot committed Jan 14, 2017
1 parent bc432ae commit c7e3819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Image/ImageSource.js
Expand Up @@ -12,5 +12,5 @@
'use strict';

export type ImageSource = {
uri: string,
uri?: string,
} | number;

0 comments on commit c7e3819

Please sign in to comment.