[React Native] Add magic tap accessibility gesture

This commit is contained in:
Alex Akers
2015-05-19 06:21:52 -07:00
parent 1c70f33511
commit a4f92ba3db
6 changed files with 40 additions and 0 deletions

View File

@@ -15,8 +15,13 @@
@protocol RCTAutoInsetsProtocol;
@class RCTView;
typedef void (^RCTViewMagicTapHandler)(RCTView *view);
@interface RCTView : UIView
@property (nonatomic, copy) RCTViewMagicTapHandler magicTapHandler;
/**
* Used to control how touch events are processed.
*/