mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +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
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.