enable use_modular_headers! in podfile

0

trying to use @baronha/react-native-photo-editor package in my expo project it is a standalone expo app i have done the integration on android but i don’t know how to enable use_modular_headers! in podfile for ios

as in documentation of @baronha/react-native-photo-editor it is necessary to import SDWebImage and SDWebImageWebPCoder from Swift when building as static libraries. so need to set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies

implemented the package on android side but cant find anything for ios