mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Hit testing now treats views with 0.0 opacity as interactable
Reviewed By: nicklockwood Differential Revision: D2574937 fb-gh-sync-id: 63629cd61cbd7cab93346b4dd91a32703d4f56e0
This commit is contained in:
committed by
facebook-github-bot-4
parent
9f4da92195
commit
77272d5a91
@@ -50,6 +50,7 @@ var COMPONENTS = [
|
||||
require('./TextExample.ios'),
|
||||
require('./TextInputExample.ios'),
|
||||
require('./TouchableExample'),
|
||||
require('./TransparentHitTestExample'),
|
||||
require('./ViewExample'),
|
||||
require('./WebViewExample'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user