Error to submit my first app (native crash)

I’m trying to submit my first app to google play store but I got an error and I can publish an internal release.

When I run eas submit -p android , i got

[logs] Uploading Android app to Play Store...
[logs] Uploading the app with fastlane
[logs] +---------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
[logs] |                                                                    Summary for supply 2.191.0                                                                     |
[logs] +---------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
[logs] | aab                             | /tmp/submissions/00808e7f-05ae-45c5-bc93-b9d961e485d3/825889b9_7a99_4601_897f_7343f9b7716b_4501c48573634fe783d3d3dc0e87b187.aab |
[logs] | track                           | internal                                                                                                                        |
[logs] | json_key                        | /tmp/submissions/00808e7f-05ae-45c5-bc93-b9d961e485d3/service-account.json                                                      |
[logs] | package_name                    | com.ifmael.umami                                                                                                                |
[logs] | changes_not_sent_for_review     | false                                                                                                                           |
[logs] | release_status                  | completed                                                                                                                       |
[logs] | skip_upload_apk                 | false                                                                                                                           |
[logs] | skip_upload_aab                 | false                                                                                                                           |
[logs] | skip_upload_metadata            | false                                                                                                                           |
[logs] | skip_upload_images              | false                                                                                                                           |
[logs] | skip_upload_changelogs          | false                                                                                                                           |
[logs] | validate_only                   | false                                                                                                                           |
[logs] | check_superseded_tracks         | false                                                                                                                           |
[logs] | timeout                         | 300                                                                                                                             |
[logs] | deactivate_on_promote           | true                                                                                                                            |
[logs] | ack_bundle_installation_warning | false                                                                                                                           |
[logs] +---------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
[logs] | skip_upload_screenshots         | false                                                                                                                           |
[logs] 
[logs] Preparing aab at path '/tmp/submissions/00808e7f-05ae-45c5-bc93-b9d961e485d3/825889b9_7a99_4601_897f_7343f9b7716b_4501c48573634fe783d3d3dc0e87b187.aab' for upload...
[logs] Updating track 'internal'...
[logs] Uploading all changes to Google Play...
[logs] [!] Google Api Error: Invalid request - Only releases with status draft may be created on draft app.
[logs] fastlane supply failed
[logs] Failed to submit the app

I found the origin of this error and it’s because i don’t submit my app manually previously.

I followed this manual fyi/first-android-submission.md at main · expo/fyi · GitHub but at the end i can’t resolve all error that my app has. I got this error

Native crash of com.ifmael.umami

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Nokia/Frontier_00WW/FRT:8.1.0/O11019/00WW_1_33A:user/release-keys'
Revision: '0'
ABI: 'arm'
pid: 26999, tid: 27354, name: Thread-7  >>> com.ifmael.umami <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'Cannot get a dirty matrix!'
    r0 00000000  r1 00006ada  r2 00000006  r3 00000008
    r4 00006977  r5 00006ada  r6 94378c34  r7 0000010c
    r8 00000000  r9 95cd4e00  sl 12dd4520  fp 13594ae8
    ip 12dd4dd8  sp 94378c20  lr b44b68e5  pc b44b03ce  cpsr 200f0030

Tbh , i no idea why it’s happening and how i can resolve it, i mean there is an issue with nokia 1 but nothing more