Description
A warning is shown that the module does not implement requiresMainQueueSetup.
Module ChangeIcon requires main queue setup since it overridesinitbut doesn't implementrequiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
To Reproduce
Steps to reproduce the behavior:
Install a react-native-change-icon on a fresh initialized project
Expected behavior
Not to display the warning
Screenshots
Device (please complete the following information):
Platform
Description A warning is shown that the module does not implement requiresMainQueueSetup.
Module ChangeIcon requires main queue setup since it overrides
initbut 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.
To Reproduce Steps to reproduce the behavior:
Expected behavior Not to display the warning
Screenshots
Device (please complete the following information):
Versions