Description
When I run my react native app on local machine everything is fine. But in EAS build "drawtext" filter does not work.
Seems like eas does not process Podfile correctly
pod 'ffmpeg-kit-react-native', :subspecs => ['video'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec'
Expected behavior
'video' subspec is beeing installed
Current behavior
'video' subspec is not beeing installed on EAS
Description When I run my react native app on local machine everything is fine. But in EAS build "drawtext" filter does not work. Seems like eas does not process Podfile correctly pod 'ffmpeg-kit-react-native', :subspecs => ['video'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec'
Expected behavior 'video' subspec is beeing installed
Current behavior 'video' subspec is not beeing installed on EAS