Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# React Native Touch Visualizer
Customizable touch visualizer for app demos.
Supports multiple presses and works on native iOS components; e.g. Action Sheets.
Supports multiple presses and works on native iOS components; e.g. Share Sheets.

![React Native touch visualizer demo](https://cloud.githubusercontent.com/assets/10658888/21396686/a9f3ae52-c766-11e6-9423-3c6d97b4843f.gif)

## Install via npm
## Install
```bash
$ npm install react-native-touch-visualizer --save
$ yarn add react-native-touch-visualizer
```

## Link it to your project
Expand Down