react-native-photo-editor
react-native-photo-editor copied to clipboard
requiresMainQueueSetup warning
Module PhotoEditor requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`.
In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
I am seeing this warning every time the app launches, please investigate.
This seems to be a solution, but I can't find which file to edit for this library.