Skip to content

Commit c6fe29d

Browse files
committed
fix: ios text prop type for old arch
1 parent 3248b73 commit c6fe29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/JBTextShadowView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NS_ASSUME_NONNULL_BEGIN
99

1010
@interface JBTextShadowView : RCTTextShadowView
1111

12-
@property (nonatomic, assign) NSString* text;
12+
@property (nonatomic, copy) NSString* text;
1313

1414
@end
1515

0 commit comments

Comments
 (0)