react-native-toast-native icon indicating copy to clipboard operation
react-native-toast-native copied to clipboard

Fix: RNToastNative has a warning [requiresMainQueueSetup]

Open zhaowei2530 opened this issue 7 years ago • 1 comments

I added the following code in the RNToastNative

  • (BOOL) requiresMainQueueSetup { return YES; } Warnings will disappear.

react-native 0.56.0

zhaowei2530 avatar Oct 10 '18 09:10 zhaowei2530

@yasemincidem This can be closed, since https://github.com/onemolegames/react-native-toast-native/pull/25 already fixed this issue.

jan-happy avatar Dec 19 '18 16:12 jan-happy