Use namespace for ReactAndroid and hermes-engine

Summary:
Our first party modules are still using `namespace`. This cleans this up.
The Manifest file for ReactAndroid is also not needed anymore. The one
from hermes-engine can also be removed from facebook/hermes in a separate diff.

Changelog:
[Internal] [Changed] - Use namespace for ReactAndroid and hermes-engine

Reviewed By: cipolleschi

Differential Revision: D43198514

fbshipit-source-id: d988cfa81ecc4484b6b2add4ae2c1d9376febc3e
This commit is contained in:
Nicola Corti
2023-02-13 05:24:00 -08:00
committed by Facebook GitHub Bot
parent be3845adec
commit 7f20deb428
3 changed files with 2 additions and 5 deletions
@@ -1,5 +0,0 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.facebook.react">
<application />
</manifest>