Skip to content

Commit f0e2071

Browse files
committed
updates
1 parent 57f1da8 commit f0e2071

35 files changed

+1373
-73
lines changed

docs/src/.vuepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
const { description } = require('../../package')
22

33
module.exports = {
4+
base: '/nativescript-plugins/',
5+
46
/**
57
* Ref:https://v1.vuepress.vuejs.org/config/#title
68
*/

docs/src/api-reference/downloader.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Downloader
1+
# Downloader
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-downloader
12+
```
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# FancyCamera
1+
# FancyCamera
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-fancycamera
12+
```
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Fancy Listview
1+
# Fancy Listview
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-fancy-listview
12+
```

docs/src/api-reference/ffmpeg.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# FFMPEG
1+
# FFMPEG
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-ffmpeg
12+
```

docs/src/api-reference/here.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Here
1+
# Here
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-here
12+
```
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# ImageOptimize
1+
# ImageOptimize
2+
3+
4+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
5+
| :-------------: |:-------------: |:-------------:| :-----: |
6+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
7+
8+
9+
## Installing
10+
11+
```base
12+
ns plugin add @triniwiz/nativescript-imageoptimize
13+
```
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# NestedScrollview
1+
# NestedScrollview
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-nestedscrollview
12+
```

docs/src/api-reference/popover.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# PopOver
1+
# PopOver
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-popover
12+
```

docs/src/api-reference/socketio.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# SocketIO
1+
# SocketIO
2+
3+
| Android Device | Android Emulator | iOS Device | iOS Simulator |
4+
| :-------------: |:-------------: |:-------------:| :-----: |
5+
| :white_check_mark:|:white_check_mark: |:white_check_mark:| :negative_squared_cross_mark:|
6+
7+
8+
## Installing
9+
10+
```base
11+
ns plugin add @triniwiz/nativescript-socketio
12+
```

0 commit comments

Comments
 (0)