mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Fix flow errors
Reviewed By: gabelevi Differential Revision: D2796260 fb-gh-sync-id: 8425e57a313326afb6f6ae5bb8b86a569f462b06
This commit is contained in:
committed by
facebook-github-bot-4
parent
e033898761
commit
55fe7ac9ae
@@ -11,6 +11,6 @@
|
|||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
type ImageSource = {
|
export type ImageSource = {
|
||||||
uri: string;
|
uri: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user