While creating the signed apk in react native android, I'm getting below error in the final step
Execution failed for task ':app:processReleaseResources'. Failed to process resources, see aapt output above for details.
Task :app:processReleaseManifest C:\React\android\app\src\main\AndroidManifest.xml:13:5-42:19 Warning: application@android:allowBackup was tagged at AndroidManifest.xml:13 to replace other declarations but no other declaration present
C:\React\android\app\build\intermediates\res\merged\release\drawable-hdpi\node_modules_reactnavigation_src_views_assets_backicon.png: error: uncompiled PNG file passed as argument. Must be compiled first into .flat file.. error: failed parsing overlays.
Any helps will be appreciated.