Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-touch-visualizer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-touch-visualizer - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc