Fix NVC for RCTMap

Summary: Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D33354718

fbshipit-source-id: 76f837a552c043be75933eea018e0db8ee1ae238
This commit is contained in:
Ramanpreet Nara
2022-01-14 16:31:50 -08:00
committed by Facebook GitHub Bot
parent ffb2c8c2f4
commit 4ac209ca1d
@@ -164,6 +164,8 @@ function getDifferForType(
// Android Types
case 'Point':
return pointsDiffer;
case 'EdgeInsets':
return insetsDiffer;
}
return null;
}