An open API service indexing awesome lists of open source software.

https://github.com/peterstaev/nativescript-swipe-view

Easily add actions to ListView items
https://github.com/peterstaev/nativescript-swipe-view

actions android ios listview nativescript nativescript-plugin swipe

Last synced: 3 months ago
JSON representation

Easily add actions to ListView items

Awesome Lists containing this project

README

        

# NativeScript Swipe View

A NativeScript plugin to create a swipe view with actions. This is mainly to be used as items for ListView to add swipe actions for items. But can also be used in other scenarios

## Installation

Run the following command from the root of your project:

`tns plugin add nativescript-swipe-view`

This command automatically installs the necessary files, as well as stores nativescript-swipe-view as a dependency in your project's package.json file.

## Usage (Core)

```xml
















```

## Usage in other NativeScript flavors (Angular, Vue, etc.)

Currently the plugin has not been tested nor made to support other NS flavors, since I'm not actively using those. If you are such a dev, I'm happily accepting PRs to support all the NS flavors ot there :)

## License

Apache License Version 2.0, January 2004