Merge pull request #24386 from svbutko/patch-1

Added tintColor into React-Native's ActionSheetIOSOptions
This commit is contained in:
Mine Starks
2018-03-20 16:32:05 -07:00
committed by GitHub
+1
View File
@@ -6125,6 +6125,7 @@ export interface ActionSheetIOSOptions {
cancelButtonIndex?: number;
destructiveButtonIndex?: number;
message?: string;
tintColor?: string;
}
export interface ShareActionSheetIOSOptions {