Bluesky app fork with some witchin' additions 💫

Fix `numberOfLines` not updating on iOS 15 (#2956)

authored by hailey.at and committed by

GitHub ba71e4b4 d2e5f83c

+1
+1
modules/react-native-ui-text-view/ios/RNUITextViewManager.m
··· 4 4 RCT_REMAP_SHADOW_PROPERTY(numberOfLines, numberOfLines, NSInteger) 5 5 RCT_REMAP_SHADOW_PROPERTY(allowsFontScaling, allowsFontScaling, BOOL) 6 6 7 + RCT_EXPORT_VIEW_PROPERTY(numberOfLines, NSInteger) 7 8 RCT_EXPORT_VIEW_PROPERTY(onTextLayout, RCTDirectEventBlock) 8 9 RCT_EXPORT_VIEW_PROPERTY(ellipsizeMode, NSString) 9 10 RCT_EXPORT_VIEW_PROPERTY(selectable, BOOL)