Skip to content

Conversation

@HemantRMali
Copy link

Issue: The BOOL type is not functioning correctly when running on the new architecture of React Native (version 0.77.1).

Changes Made:

Replaced instances of BOOL with bool for compatibility with the new architecture. Updated the usage of boolean values from NO to false and from YES to true to align with standard C/C++ conventions. These changes aim to enhance compatibility and ensure proper functionality within the new architecture of React Native.

Issue: The BOOL type is not functioning correctly when running on the new architecture of React Native (version 0.77.1).

Changes Made:

Replaced instances of BOOL with bool for compatibility with the new architecture.
Updated the usage of boolean values from NO to false and from YES to true to align with standard C/C++ conventions.
These changes aim to enhance compatibility and ensure proper functionality within the new architecture of React Native.
@HemantRMali HemantRMali changed the title Handle BOOL changes for RN New Architecture 0.77.1 Fix BOOL Compatibility in New React Native Architecture (0.77.1) Mar 3, 2025
@HemantRMali HemantRMali changed the title Fix BOOL Compatibility in New React Native Architecture (0.77.1) iOS | Fix BOOL Compatibility in New React Native Architecture (0.77.1) Mar 3, 2025
steffenkleinle added a commit to digitalfabrik/integreat-app that referenced this pull request Oct 28, 2025
steffenkleinle added a commit to digitalfabrik/integreat-app that referenced this pull request Oct 29, 2025
steffenkleinle added a commit to digitalfabrik/integreat-app that referenced this pull request Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant