React Native Touch Visualizer: Debug React Native Touches and Drags

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];

Download details:

Author: zachgibson
Source: https://github.com/zachgibson/react-native-touch-visualizer

#reactnative #react #javascript 

React Native Touch Visualizer: Debug React Native Touches and Drags
1.00 GEEK