79472943

Date: 2025-02-27 14:17:46
Score: 1.5
Natty:
Report link

I suspect this issue was caused by Jetifier being disabled by default in the android/gradle.properties file.

To resolve it, enable Jetifier by adding or updating this line:

android.enableJetifier=true

After making this change, clean and rebuild your project:

cd android && ./gradlew clean

Then, restart your development server and try again. This should fix the issue.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sadaf Liaqat