diff --git a/Libraries/ReactNative/getNativeComponentAttributes.js b/Libraries/ReactNative/getNativeComponentAttributes.js index e78df14d45e..a98daa14274 100644 --- a/Libraries/ReactNative/getNativeComponentAttributes.js +++ b/Libraries/ReactNative/getNativeComponentAttributes.js @@ -164,6 +164,8 @@ function getDifferForType( // Android Types case 'Point': return pointsDiffer; + case 'EdgeInsets': + return insetsDiffer; } return null; }