mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
Backed out D5792012.
Reviewed By: AaaChiuuu Differential Revision: D5855139 fbshipit-source-id: 3837769a4da90d9752de75669c6395fabcd3b18b
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user