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?
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?