You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/node_modules/react-native-localization-settings/android/src/main/java/com/localizationsettings/LocalizationSettingsModule.kt:14:1 Class 'LocalizationSettingsModule' is not abstract and does not implement abstract base class member protected/*protected and package*/ abstract fun getTypedExportedConstants(): (Mutable)Map<String!, Any!>! defined in com.localizationsettings.LocalizationSettingsSpec
I understand that with the new arch (since r-n 0.74) getConstants() is not called and is replaced by getTypedExportedConstants().
I'm searching for how to support both the new and the old arch.
The text was updated successfully, but these errors were encountered:
hexadecy
changed the title
Android compile error when new architecture enabled
Android compile error when new architecture is enabled
Oct 4, 2024
hexadecy
changed the title
Android compile error when new architecture is enabled
Android compile error when new architecture is enabled on rn 0.74+
Oct 5, 2024
hexadecy
changed the title
Android compile error when new architecture is enabled on rn 0.74+
Android compile error when new architecture is enabled on r-n 0.74+
Oct 5, 2024
react-native: 0.74.5
react-native-localization-settings: 1.0.2
gradle.properties:
newArchEnabled=true
I understand that with the new arch (since r-n 0.74)
getConstants()
is not called and is replaced bygetTypedExportedConstants()
.I'm searching for how to support both the new and the old arch.
The text was updated successfully, but these errors were encountered: