Skip to content

Commit

Permalink
Fix NVC for RCTMap
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D33354718

fbshipit-source-id: 76f837a552c043be75933eea018e0db8ee1ae238
  • Loading branch information
RSNara authored and facebook-github-bot committed Jan 15, 2022
1 parent ffb2c8c commit 4ac209c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/ReactNative/getNativeComponentAttributes.js
Expand Up @@ -164,6 +164,8 @@ function getDifferForType(
// Android Types
case 'Point':
return pointsDiffer;
case 'EdgeInsets':
return insetsDiffer;
}
return null;
}
Expand Down

0 comments on commit 4ac209c

Please sign in to comment.