react-native-toast-native
react-native-toast-native copied to clipboard
Fix: RNToastNative has a warning [requiresMainQueueSetup]
I added the following code in the RNToastNative
- (BOOL) requiresMainQueueSetup { return YES; } Warnings will disappear.
react-native 0.56.0
@yasemincidem This can be closed, since https://github.com/onemolegames/react-native-toast-native/pull/25 already fixed this issue.