arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.55k stars 607 forks source link

Unable to use ffmpeg-kit react nativee when using expo components for ['video'] #1074

Open fimmitben opened 3 days ago

fimmitben commented 3 days ago

Hello,

I'm currently using ffmpeg-kit for my bare react native project which uses expo components only. When just install with the http package im able to run my mobile app but when i use

pod 'ffmpeg-kit-react-native', :subspecs => ['video'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec'

Im unable to do so. I tried it with a bare react native project and seems like having expo components is the issue. nay workaround for this?