Android experimentalPlayRelease variant

Description

I have a problem building for prod
Unable to start activity

  • On Android 10
    ComponentInfo{com.ibt.community/chat.rocket.reactnative.MainActivity}: android.content.res.Resources$NotFoundException: Drawable com.ibt.taazour.community:layout/launch_screen with resource ID #0x7f0d003f
  • On Android 13
    Unable to load script. Make sure you’re either running Metro (run ‘npx react-native start’) or that your bundle ‘index.android.bundle’ is packaged correctly for release.

the same apk
v 4.42.0

I was able to fix the problem with the launch screen. I deleted a folder by accident, but when I retrieved it, the app ran. However, it still has the Metro error.