79325690

Date: 2025-01-03 06:54:06
Score: 1.5
Natty:
Report link

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

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chanu Perera