UNPKG

react-native-videoeditorsdk

Version:

A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!

16 lines (15 loc) 605 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="ly.img.react_native.vesdk"> <application> <provider tools:replace="android:enabled" android:authorities="${applicationId}.IMGLYAutoInit" android:exported="false" android:enabled="false" android:name="ly.img.android.IMGLYAutoInit" /> <activity android:theme="@style/Theme.Imgly" android:name=".RNVideoEditorSDKActivity" /> </application> </manifest>