Skip to content

Commit c9b7750

Browse files
chore(update-plugins): Fri Feb 28 08:05:01 UTC 2025
1 parent c54a9eb commit c9b7750

Some content is hidden

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

59 files changed

+100
-106
lines changed

content/plugins/animated-circle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A plugin that creates a circular progress bar on iOS and Android.
3131

3232
## Installation
3333

34-
```bash
34+
```cli
3535
npm install @nativescript/animated-circle
3636
```
3737

content/plugins/appavailability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A plugin that checks if an app is installed on a device.
1515

1616
## Installation
1717

18-
```bash
18+
```cli
1919
npm install @nativescript/appavailability
2020
```
2121

content/plugins/apple-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A plugin that allows you to authenticate users with [Sign In with Apple](https:/
1515

1616
## Installation
1717

18-
```bash
18+
```cli
1919
npm install @nativescript/apple-sign-in
2020
```
2121

content/plugins/auto-fit-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A plugin that extends the Nativescript [Label](https://docs.nativescript.org/ui/
2626

2727
## Installation
2828

29-
```bash
29+
```cli
3030
npm install @nativescript/auto-fit-text
3131
```
3232

content/plugins/background-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A plugin that allows you to make background HTTP uploads.
3131

3232
## Installation
3333

34-
```bash
34+
```cli
3535
npm install @nativescript/background-http
3636
```
3737

@@ -417,7 +417,7 @@ All the following task events extend the preceding EventData interface.
417417

418418
To test the plugin , you must have a server instance to accept the uploads. There are online services that can be used for small file uploads - e.g. `http://httpbin.org/post` However, these cannot be used for large files. The plugin repository comes with a simple server you can run locally. Here is how to start it:
419419

420-
```bash
420+
```cli
421421
cd demo-server
422422
npm i
423423
node server 8080

content/plugins/biometrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A plugin that allows you to authenticate users with biometrics, such as fingerpr
3838
3939
## Installation
4040

41-
```bash
41+
```cli
4242
npm install @nativescript/biometrics
4343
```
4444

content/plugins/brightness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A plugin that get and set the device's brightness level.
2727

2828
## Installation
2929

30-
```bash
30+
```cli
3131
npm install @nativescript/brightness
3232
```
3333

content/plugins/camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A plugin that allows you to take a picture and optionally save it on the device
3737

3838
To install the plugin, run the following command in the root directory of your project:
3939

40-
```bash
40+
```cli
4141
npm install @nativescript/camera --save
4242
```
4343

content/plugins/contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A plugin that allows you to access Contacts directory on iOS and Android. You ca
5151

5252
Run the following command to install the plugin:
5353

54-
```bash
54+
```cli
5555
npm install @nativescript/contacts
5656
```
5757

content/plugins/datetimepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A plugin that provides the UI elements `DatePickerField`, `TimePickerField` and
4747

4848
## Installation
4949

50-
```bash
50+
```cli
5151
npm install @nativescript/datetimepicker
5252
```
5353

0 commit comments

Comments
 (0)