mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fix react word wrapping crash
Differential Revision: D3419011 fbshipit-source-id: ac205ea746c03cab946059fc55749f4abbab8d41
This commit is contained in:
parent
7271a9dc24
commit
14d0b5c0f1
@ -252,6 +252,7 @@ RCT_ENUM_CONVERTER(NSLineBreakMode, (@{
|
||||
@"head": @(NSLineBreakByTruncatingHead),
|
||||
@"tail": @(NSLineBreakByTruncatingTail),
|
||||
@"middle": @(NSLineBreakByTruncatingMiddle),
|
||||
@"wordWrapping": @(NSLineBreakByWordWrapping),
|
||||
}), NSLineBreakByTruncatingTail, integerValue)
|
||||
|
||||
RCT_ENUM_CONVERTER(NSTextAlignment, (@{
|
||||
|
Loading…
x
Reference in New Issue
Block a user