Skip to content

zachgibson/react-native-touch-visualizer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

React Native Touch Visualizer

Customizable touch visualizer for app demos.
Supports multiple presses and works on native iOS components; e.g. Action Sheets.

React Native touch visualizer demo

Install via npm

$ npm install react-native-touch-visualizer --save

Link it to your project

$ react-native link react-native-touch-visualizer

Edit AppDelegate.m

#import "TouchVisualizer.h"

Change

self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];

to

self.window = [[TouchVisualizer alloc] initWithFrame:[UIScreen mainScreen].bounds];

Copyright

Copyright (c) 2017 Zachary Gibson Licensed under the MIT license.

About

Visualize touches and drags on React Native iOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published