react-native-image-crop-picker
Version:
Select single or multiple images, with croping option
12 lines (9 loc) • 370 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnative.ivpusic.imagepicker">
<application>
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
</application>
</manifest>