bring back box-none as layout only prop
Differential Revision: D5965540 fbshipit-source-id: a4a7b32a563674cf5f94e88390483763cf49d6da
This commit is contained in:
parent
20ba5158d6
commit
bbcfcdb8ed
|
@ -177,7 +177,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);
|
||||
}
|
||||
|
||||
if (sIsOptimizationsEnabled) {
|
||||
|
|
Loading…
Reference in New Issue