Customizable touch visualizer for app demos.
Supports multiple presses and works on native iOS components; e.g. Action Sheets.
$ npm install react-native-touch-visualizer --save
$ react-native link react-native-touch-visualizer
#import "TouchVisualizer.h"
Change
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
to
self.window = [[TouchVisualizer alloc] initWithFrame:[UIScreen mainScreen].bounds];
Copyright (c) 2017 Zachary Gibson Licensed under the MIT license.