UNPKG

esolution-nativescript-photoviewer

Version:

A simple Photo-viewer component for NativeScript based on NYTPhotoViewer pod for iOS and ImageGalleryViewer for Android.

12 lines (9 loc) 388 B
<?xml version="1.0" encoding="UTF-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <activity android:name="com.etiennelawlor.imagegallery.library.activities.ImageGalleryActivity" android:configChanges="orientation|keyboardHidden|screenSize" android:theme="@style/ImageGalleryTheme" /> </application> </manifest>