I faced this problem and changed android/app/src/main/AndroidManifest.xml file.
<application
android:label="Your Custom lable"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
I changed key "label" 's value so it is fixed successfully.