react-native-touch-visualizer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-native-touch-visualizer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react-native", |
# react-native-touch-visualizer | ||
![React Native touch visualizer demo](https://cloud.githubusercontent.com/assets/10658888/21396686/a9f3ae52-c766-11e6-9423-3c6d97b4843f.gif) | ||
## Install via npm | ||
`$ npm install --save react-native-touch-visualizer` | ||
## Link it to your project | ||
`$ react-native link` | ||
## Edit AppDelegate.m | ||
`#import "TouchVisualizer.h"` | ||
Change `self.window = [[TouchVisualizer alloc] initWithFrame:[UIScreen mainScreen].bounds];` to `self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];` | ||
### License | ||
License is MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32840
13