Skip to content

New arch ios fix#292

Open
SamuelBrucksch wants to merge 5 commits intoak1394:masterfrom
Iternio-Planning-AB:new-arch-ios-fix
Open

New arch ios fix#292
SamuelBrucksch wants to merge 5 commits intoak1394:masterfrom
Iternio-Planning-AB:new-arch-ios-fix

Conversation

@SamuelBrucksch
Copy link

Fixes an issue where ducking and correct voice type is not applied when using new arch.

HemantRMali and others added 5 commits March 3, 2025 16:43
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.
Updated build.gradle to use Google repositories for the Android Gradle plugin.
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.

4 participants