1<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
3    <application>
4        <meta-data
5            android:name="org.unimodules.core.AppLoader#react-native-headless"
6            android:value="expo.modules.adapters.react.apploader.RNHeadlessAppLoader" />
7    </application>
8
9</manifest>
10