Skip to content

Commit

Permalink
Remove the Export view properties since they are not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Jun 12, 2020
1 parent f7ed543 commit 966bb03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react-native-aztec/ios/RNTAztecView/RCTAztecViewManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ @interface RCT_EXTERN_MODULE(RCTAztecViewManager, NSObject)
RCT_EXPORT_VIEW_PROPERTY(onActiveFormatsChange, RCTBubblingEventBlock)
RCT_EXPORT_VIEW_PROPERTY(onActiveFormatAttributesChange, RCTBubblingEventBlock)

RCT_EXPORT_VIEW_PROPERTY(accessibilityLabel, NSString)
RCT_EXPORT_VIEW_PROPERTY(accessibilityHint, NSString)

RCT_EXPORT_VIEW_PROPERTY(placeholder, NSString)
RCT_EXPORT_VIEW_PROPERTY(placeholderTextColor, UIColor)
RCT_REMAP_VIEW_PROPERTY(color, textColor, UIColor)
Expand Down

0 comments on commit 966bb03

Please sign in to comment.