mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 18:00:40 +08:00
bring back box-none as layout only prop
Differential Revision: D5965540 fbshipit-source-id: a4a7b32a563674cf5f94e88390483763cf49d6da
This commit is contained in:
committed by
Facebook Github Bot
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) {
|
||||
|
||||
Reference in New Issue
Block a user