mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-16 12:12:20 +08:00
Backed out D5792012.
Reviewed By: AaaChiuuu Differential Revision: D5855139 fbshipit-source-id: 3837769a4da90d9752de75669c6395fabcd3b18b
This commit is contained in:
committed by
Facebook Github Bot
parent
e764361f93
commit
9e373529f3
@@ -169,7 +169,7 @@ public class ViewProps {
|
||||
return true;
|
||||
} else if (POINTER_EVENTS.equals(prop)) {
|
||||
String value = map.getString(prop);
|
||||
return "auto".equals(value);
|
||||
return "auto".equals(value) || "box-none".equals(value);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user