On a fresh install, on startup, the app reports a LogBox warning:
Warning
Module ImageGenerator 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.
Environment:
"react": "17.0.2",
"react-native": "0.68.1",
Expected Behavior
No warning produced.
Code Example
None needed, happens on install without any implementation
Screenshot

On a fresh install, on startup, the app reports a LogBox warning:
Warning
Module ImageGenerator 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.Environment:
"react": "17.0.2",
"react-native": "0.68.1",
Expected Behavior
No warning produced.
Code Example
None needed, happens on install without any implementation
Screenshot