react-native-keyboard-input
react-native-keyboard-input copied to clipboard
Fix RN 0.48+ warning about requiresMainQueueSetup
@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 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.
Ah! Understood — thank you :)
@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