mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fix excludeActivityTypes property of ShareActionSheetIOSOptions
This property casting as it is to iOS native UIActivityViewController, that has a property excludedActivityTypes, not excludeActivityTypes
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -6559,7 +6559,7 @@ export type ShareContent = {
|
||||
|
||||
export type ShareOptions = {
|
||||
dialogTitle?: string
|
||||
excludeActivityTypes?: Array<string>
|
||||
excludedActivityTypes?: Array<string>
|
||||
tintColor?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user