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