This happens due to the React Native New Architecture. please refer the React Native Docs https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here
to figure this out without downgrading the react-native version, you can just disable the React Native New Architecture,
Locate your Android/gradle.properties
change newArchEnabled=false
And make sure to rebuild the gradle file after the change