react-native-compressor
react-native-compressor copied to clipboard
Fix issue 256 :Build error at ImageCompressor.swift file - Cannot find 'RCTResizeMode' in scope
Summary
Build error at ImageCompressor.swift file - Cannot find 'RCTResizeMode' in scope https://github.com/numandev1/react-native-compressor/issues/256
Changelog
Added below line in ios/Compressor-Bridging-Header.h
+#import <React/RCTResizeMode.h>