Skip to content

Commit 5994b3e

Browse files
committed
fix npmignore, add screen
1 parent b8fe25b commit 5994b3e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
demo/
22
screens/
3+
app/
4+
.vscode/
35
*.png
46
*.log
57
*.ts

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ iOS |
1616

1717
## Sample Usage
1818

19-
Sample |
20-
-------------------------------------|
21-
![Sample Usage](./screens/checkbox.gif) |
22-
19+
Android Sample | iOS Sample
20+
-------- | ---------
21+
![Sample1](./screens/checkbox.gif) | ![Sample2](./screens/iosCheckbox.gif)
2322

2423
## Installation
2524
From your command prompt/terminal go to your app's root folder and execute:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox.js",
66
"typings": "index.d.ts",

screens/iosCheckbox.gif

151 KB
Loading

0 commit comments

Comments
 (0)