react-native-compressor icon indicating copy to clipboard operation
react-native-compressor copied to clipboard

Fix issue 256 :Build error at ImageCompressor.swift file - Cannot find 'RCTResizeMode' in scope

Open KishanBusa8 opened this issue 1 year ago • 0 comments

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>

KishanBusa8 avatar Jun 25 '24 17:06 KishanBusa8