mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 17:39:48 +08:00
Summary: A Layout's text can either be an Ellipsizer or a SpannedEllipsizer. SpannedEllipsizer implements Spannable, but Ellipsizer doesn't. We were casting the Layout's text directly to a Spanned without first checking as to whether or not it was actually a Spanned. Reviewed By: sriramramani Differential Revision: D3435075