Skip to content

Commit ec77761

Browse files
authored
feat: nativescript-popup (#169)
1 parent 79bf284 commit ec77761

File tree

47 files changed

+436
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+436
-59
lines changed

packages/nativescript-accelerometer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript nativescript-accelerometer
22

33
```bash
4-
ns plugin add @triniwiz/nativescript-accelerometer
4+
npm install @triniwiz/nativescript-accelerometer
55
```
66

77
## API documentation

packages/nativescript-accordion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript Accordion
22

33
## Install
4-
`ns plugin add nativescript-accordion`
4+
`npm install nativescript-accordion`
55

66
## Usage
77

packages/nativescript-autocomplete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript nativescript-autocomplete
22

33
```javascript
4-
ns plugin add @triniwiz/nativescript-autocomplete
4+
npm install @triniwiz/nativescript-autocomplete
55
```
66

77
## Usage

packages/nativescript-aws-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript AWS SDK
22

33
```javascript
4-
ns plugin add @triniwiz/nativescript-aws-sdk
4+
npm install @triniwiz/nativescript-aws-sdk
55
```
66

77
## Usage

packages/nativescript-couchbase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Installation
44

55
```bash
6-
tns plugin add @triniwiz/nativescript-couchbase
6+
tnpm install @triniwiz/nativescript-couchbase
77
```
88

99
## API documentation

packages/nativescript-downloader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
`ns plugin add @triniwiz/nativescript-downloader`
5+
`npm install @triniwiz/nativescript-downloader`
66

77
## Usage
88

packages/nativescript-ffmpeg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript nativescript-ffmpeg
22

33
```javascript
4-
ns plugin add @triniwiz/nativescript-ffmpeg
4+
npm install @triniwiz/nativescript-ffmpeg
55
```
66

77
## API documentation

packages/nativescript-here/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript nativescript-here
22

33
```javascript
4-
ns plugin add @triniwiz/nativescript-here
4+
npm install @triniwiz/nativescript-here
55
```
66

77
## Usage

packages/nativescript-image-cache-it/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Installation
44

55
```bash
6-
tns plugin add @triniwiz/nativescript-image-cache-it
6+
tnpm install @triniwiz/nativescript-image-cache-it
77
```
88

99
## API documentation

packages/nativescript-image-zoom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nativescript nativescript-image-zoom
22

33
```javascript
4-
ns plugin add @triniwiz/nativescript-image-zoom
4+
npm install @triniwiz/nativescript-image-zoom
55
```
66

77
## API documentation

0 commit comments

Comments
 (0)