mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix NVC for RCTMap
Summary: Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D33354718 fbshipit-source-id: 76f837a552c043be75933eea018e0db8ee1ae238
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user