chore: property

This commit is contained in:
Nathan Walker
2022-01-08 11:36:57 -08:00
parent 14c1b05e69
commit 2d7c63dbf6

View File

@ -1191,6 +1191,7 @@ const ignoreTouchAnimationProperty = new Property<ViewCommon, boolean>({
}); });
ignoreTouchAnimationProperty.register(ViewCommon); ignoreTouchAnimationProperty.register(ViewCommon);
accessibilityIdentifierProperty.register(ViewCommon);
accessibilityLabelProperty.register(ViewCommon); accessibilityLabelProperty.register(ViewCommon);
accessibilityValueProperty.register(ViewCommon); accessibilityValueProperty.register(ViewCommon);
accessibilityHintProperty.register(ViewCommon); accessibilityHintProperty.register(ViewCommon);