1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2          xmlns:tools="http://schemas.android.com/tools">
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        <meta-data
9            android:name="com.facebook.soloader.enabled"
10            android:value="true"
11            tools:replace="android:value" />
12    </application>
13
14</manifest>
15