@unimodules/react-native-adapter
Version:
The adapter to use universal modules with the React Native bridge
12 lines (8 loc) • 334 B
text/xml
<manifest package="org.unimodules.adapters.react"
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<meta-data
android:name="org.unimodules.core.AppLoader#react-native-headless"
android:value="org.unimodules.adapters.react.apploader.RNHeadlessAppLoader"/>
</application>
</manifest>