UNPKG

react-native-photoeditorsdk

Version:

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

16 lines (15 loc) 602 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="ly.img.react_native.pesdk"> <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=".RNPhotoEditorSDKActivity" /> </application> </manifest>