Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

iOS: "Module RNUportHDSigner requires main queue setup" #10

Closed
simonas-notcat opened this issue Apr 23, 2019 · 2 comments
Closed

iOS: "Module RNUportHDSigner requires main queue setup" #10

simonas-notcat opened this issue Apr 23, 2019 · 2 comments
Assignees

Comments

@simonas-notcat
Copy link
Contributor

New RN app using "react-native": "0.59.5".

Getting this warning:

Module RNUportHDSigner requires main queue setup since it overrides `constantsToExport` 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.

Simulator Screen Shot - iPhone X - 2019-04-23 at 17 43 17

@simonas-notcat
Copy link
Contributor Author

simonas-notcat commented Apr 23, 2019

@aldigjo you probably only need to add:

+ (BOOL)requiresMainQueueSetup
{
    return NO;
}

@mirceanis
Copy link
Contributor

fixed in #12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants