I am using react native when i run the project from xCode i see the warning message setLineBreakMode: is Deprecated first deprecated in iOS 3.0. here is the line i used the setLineBreakMode in my code
[clearButton setLineBeakMode:NSLineBreakByClipping];
Any alternate or solution's welcomed
Try this: