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
Description
I cannot build out of the box for catalyst using the latest version of rn-screens.
ERORR:
Cannot initialize a parameter of type 'BOOL' (aka 'signed char') with an lvalue of type 'BOOL *const' (aka 'signed char *const')
Using react-native 0.73.6.
The error is in RNSimpleToast.m (Line 124):
[CSToastManager setTapToDismissEnabled:options[@"tapToDismissEnabled"]]; CHANGE INTO:
RCT_EXPORT_METHOD(toggleCancelButton : (NSNumber *_Nonnull)reactTag flag : (BOOL)flag)
Steps to reproduce
build for macOS catalyst.
React Native version
0.73.6
Platforms
iOS
JavaScript runtime
Screenshot -
Device
MacOS Sequoia 15.1.1
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered:
Released, thx for the fix!
Sorry, something went wrong.
No branches or pull requests
Description
I cannot build out of the box for catalyst using the latest version of rn-screens.
ERORR:
Cannot initialize a parameter of type 'BOOL' (aka 'signed char') with an lvalue of type 'BOOL *const' (aka 'signed char *const')
Using react-native 0.73.6.
The error is in RNSimpleToast.m (Line 124):
[CSToastManager setTapToDismissEnabled:options[@"tapToDismissEnabled"]];
CHANGE INTO:
RCT_EXPORT_METHOD(toggleCancelButton : (NSNumber *_Nonnull)reactTag flag : (BOOL)flag)
Steps to reproduce
build for macOS catalyst.
React Native version
0.73.6
Platforms
iOS
JavaScript runtime
Screenshot -
Device
MacOS Sequoia 15.1.1
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: