react-native-touch-visualizer

0.1.0 • Public • Published

react-native-touch-visualizer

React Native touch visualizer demo

Install via npm

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

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

License

License is MIT

Package Sidebar

Install

npm i react-native-touch-visualizer

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • zachgibson