We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added the following code in the RNToastNative
+ (BOOL) requiresMainQueueSetup { Return YES; }
Warnings will disappear.
react-native 0.56.0
The text was updated successfully, but these errors were encountered:
@shx1545 Where should I put this code in the folder "RNToastNative" my man ?
Sorry, something went wrong.
i also receive that warning
@Zacele To fix this problem, this code:
+ (BOOL) requiresMainQueueSetup { return YES; }
has to be added in RNToastNative.m inside the RNToastNative class implementation.
RNToastNative.m
RNToastNative
No branches or pull requests
I added the following code in the RNToastNative
Warnings will disappear.
react-native 0.56.0
The text was updated successfully, but these errors were encountered: