Warning: Module FFmpegKitReactNativeModule requires main queue setup since it overrides init
but doesn't implement requiresMainQueueSetup
.
#199
Labels
enhancement
New feature or request
fixed-in-v4.5.1
react-native
Affect react-native platform
v4.5
Affects v4.5 release
Description
Hey. I just installed and set up ffmpeg-kit for my brand new React Native app and once I start the app I get a warning:
Expected behavior
There should be no warning
Current behavior
There is a warning
To Reproduce
set
platform :ios, '12.1'
inios/Podfile
add
import { FFmpegKit, ReturnCode } from 'ffmpeg-kit-react-native';
to any file (e.g.App.js
)build and run the app
Screenshots
Logs
Environment
Other
Via Google I found other libs with the same bug (and also a possible 4 lines fix, see: facebook/react-native#24314)
The text was updated successfully, but these errors were encountered: