https://github.com/zachgibson/react-native-touch-visualizer
  
  
    Visualize touches and drags on React Native iOS 
    https://github.com/zachgibson/react-native-touch-visualizer
  
react-native
        Last synced: 3 months ago 
        JSON representation
    
Visualize touches and drags on React Native iOS
- Host: GitHub
 - URL: https://github.com/zachgibson/react-native-touch-visualizer
 - Owner: zachgibson
 - Created: 2016-12-20T22:44:17.000Z (almost 9 years ago)
 - Default Branch: master
 - Last Pushed: 2017-10-08T22:40:58.000Z (about 8 years ago)
 - Last Synced: 2024-08-15T00:20:07.942Z (about 1 year ago)
 - Topics: react-native
 - Language: Objective-C
 - Homepage:
 - Size: 14.6 KB
 - Stars: 84
 - Watchers: 5
 - Forks: 10
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- awesome-react-native - react-native-touch-visualizer ★45 - Visualize touches and drags on React Native apps for iOS. (Components / UI)
 - Awesome-React-Native-Education - react-native-touch-visualizer
 - awesome-reactnative-ui - react-native-touch-visualizer - c766-11e6-9423-3c6d97b4843f.gif)| (Others)
 - awesome-react-native - react-native-touch-visualizer ★45 - Visualize touches and drags on React Native apps for iOS. (Components / UI)
 - awesome-react-native - react-native-touch-visualizer ★45 - Visualize touches and drags on React Native apps for iOS. (Components / UI)
 - awesome-reactnative-ui - react-native-touch-visualizer - c766-11e6-9423-3c6d97b4843f.gif)| (Others)
 - awesome-react-native - react-native-touch-visualizer ★45 - Visualize touches and drags on React Native apps for iOS. (Components / UI)
 - awesome-react-native-ui - react-native-touch-visualizer ★4 - Visualize touches and drags on React Native apps for iOS. (Components / UI)
 
README
          # React Native Touch Visualizer
Customizable touch visualizer for app demos.  
Supports multiple presses and works on native iOS components; e.g. Action Sheets.  

## Install via npm
```bash
$ npm install react-native-touch-visualizer --save
```
## Link it to your project
```bash
$ react-native link react-native-touch-visualizer
```
## Edit AppDelegate.m
```objc
#import "TouchVisualizer.h"
```
Change
```objc
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
```
to
```objc
self.window = [[TouchVisualizer alloc] initWithFrame:[UIScreen mainScreen].bounds];
```
## Copyright
Copyright (c) 2017 Zachary Gibson Licensed under the MIT license.