feat(Android): context menu items #1077
Triggered via pull request
February 26, 2026 10:06
Status
Success
Total duration
41m 17s
Artifacts
–
ci.yml
on: pull_request
lint
4m 43s
test
17s
build-library
19s
build-web
19s
build-android
3m 38s
build-ios
5m 12s
Annotations
10 warnings
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L118
'UTTypeCopyPreferredTagWithClass' is deprecated: first deprecated in iOS 15.0 - Use the UTType class instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L118
'kUTTagClassMIMEType' is deprecated: first deprecated in iOS 15.0 - Use UTTagClassMIMEType instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L117
'UTTypeCreatePreferredIdentifierForTag' is deprecated: first deprecated in iOS 15.0 - Use the UTType class instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L117
'kUTTagClassFilenameExtension' is deprecated: first deprecated in iOS 15.0 - Use UTTagClassFilenameExtension instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L43
'kUTTypeMovie' is deprecated: first deprecated in iOS 15.0 - Use UTTypeMovie or UTType.movie (swift) instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L43
'kUTTypeImage' is deprecated: first deprecated in iOS 15.0 - Use UTTypeImage or UTType.image (swift) instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L41
'kUTTypeImage' is deprecated: first deprecated in iOS 15.0 - Use UTTypeImage or UTType.image (swift) instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerUtils.mm#L39
'kUTTypeMovie' is deprecated: first deprecated in iOS 15.0 - Use UTTypeMovie or UTType.movie (swift) instead. [-Wdeprecated-declarations]
|
|
build-ios:
apps/example/node_modules/react-native-image-picker/ios/ImagePickerManager.h#L13
category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
|
|
build-ios
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
|