react-native-photo-editor icon indicating copy to clipboard operation
react-native-photo-editor copied to clipboard

requiresMainQueueSetup warning

Open kockok opened this issue 3 years ago • 0 comments

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.

kockok avatar May 27 '22 10:05 kockok