Skip to content

Commit 8b9b0a9

Browse files
committed
chore: add preview images to package json
1 parent 52ec2fd commit 8b9b0a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

plugin/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ui-collectionview",
33
"version": "4.0.10",
4-
"description": "NativeScript plugin that allows you to easily add a collection view (grid list view) to your projects.",
4+
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
55
"main": "./collectionview",
66
"module": "./collectionview.mjs",
77
"sideEffects": false,
@@ -30,7 +30,11 @@
3030
"Vue.js Native",
3131
"Vue Native",
3232
"Svelte",
33-
"Svelte Native"
33+
"Svelte Native",
34+
"React",
35+
"React NativeScript",
36+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-ios.gif|iOS Demo",
37+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-collectionview/master/images/demo-android.gif|Android Demo"
3438
],
3539
"author": {
3640
"name": "Martin Guillon",

0 commit comments

Comments
 (0)