- [FB's template](https://github.com/facebook/react-native/blob/v0.34.0/local-cli/generator-android/templates/src/app/src/main/AndroidManifest.xml#L14) for `AndroidManifest.xml` for RN 0.34 has an `android:name` attribute. - [In rn-diff's app](https://github.com/ncuillery/rn-diff/blob/rn-0.34.0/RnDiffApp/android/app/src/main/AndroidManifest.xml#L6-L10) for RN 0.34, `AndroidManifest.xml` is missing the `android:name` attribute in its `application` tag.