react-native-customized-image-picker
Version:
Select single or multiple images, with croping option
18 lines (13 loc) • 641 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mg.app">
<application android:requestLegacyExternalStorage="true">
<activity android:name="cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity"
android:screenOrientation="portrait"
android:exported="true"
android:theme="@style/Theme_Light.Default"/>
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme_Light.Default"/>
</application>
</manifest>