0.1.0 • Published 7 years ago

react-native-touch-visualizer v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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