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
text/xml
<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>