File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -807,7 +807,7 @@ PODS:
807807 - React-jsinspector (0.72.6)
808808 - React-logger (0.72.6):
809809 - glog
810- - react-native-image-editor (3.0 .0):
810+ - react-native-image-editor (3.1 .0):
811811 - RCT-Folly (= 2021.07.22.00)
812812 - RCTRequired
813813 - RCTTypeSafety
@@ -1129,7 +1129,7 @@ SPEC CHECKSUMS:
11291129 React-jsiexecutor: faca9c368233f59ed24601aca0185870466a96e9
11301130 React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
11311131 React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
1132- react-native-image-editor: 2d9fddfd0a036db8f031c2789293c91497b534fb
1132+ react-native-image-editor: a58ef0223f36bd9b8aa5c2b9d45926ce51946e50
11331133 React-NativeModulesApple: 63505fb94b71e2469cab35bdaf36cca813cb5bfd
11341134 React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
11351135 React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const RNCImageEditor: Spec = NativeRNCImageEditor
2626type ImageCropDataFromSpec = Parameters < Spec [ 'cropImage' ] > [ 1 ] ;
2727
2828export interface ImageCropData
29- extends Pick < ImageCropDataFromSpec , 'offset' | 'size' | 'displaySize '> {
29+ extends Omit < ImageCropDataFromSpec , 'resizeMode ' > {
3030 resizeMode ?: 'contain' | 'cover' | 'stretch' ;
3131 // ^^^ codegen doesn't support union types yet
3232 // so to provide more type safety we override the type here
You can’t perform that action at this time.
0 commit comments