When a native iOS module implements `constantsToExport` it must define `requiresMainQueueSetup`. In this case we don't do any UI stuff so it doesn't need to be initialized in the main thread.