react-native-keyboard-input icon indicating copy to clipboard operation
react-native-keyboard-input copied to clipboard

Fix RN 0.48+ warning about requiresMainQueueSetup

Open H-H1RO opened this issue 7 years ago • 4 comments

H-H1RO avatar May 07 '18 03:05 H-H1RO

@artald Can we merge this? The fix looks correct, and as of RN 0.56 the warning pops up in the yellow box instead of just being hidden in the console

radex avatar Jun 25 '18 15:06 radex

@radex Even though returning YES for requiresMainQueueSetup is effectively leaving things as they are right now, it’s not really required and we can probably return NO. I don’t want to break things, but still want to look into it. I’ll check it this week.

artald avatar Jun 25 '18 16:06 artald

Ah! Understood — thank you :)

radex avatar Jun 25 '18 16:06 radex

@artald Hey! Did you get a chance to look into this? RN 0.56 is shipped and the warnings from this library pop up at every launch

radex avatar Jul 25 '18 14:07 radex